I need to change etherpad.module line 45:
setcookie("sessionID", $sessionID, $validUntil, "/"); // Set a cookie
to:
setcookie("sessionID", $sessionID, $validUntil, "/",".".$_SERVER['HTTP_HOST']);
to make it work between etherpad lite on sub.domain.org and drupal on domain.org
Comments
Comment #1
webflo commentedThis is the issue for Etherpad Lite. Moving to Etherpad issue queue.
Comment #2
jucovschi commentedintegrated into the code. Thanks.