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

webflo’s picture

Project: Etherpad Lite » Etherpad Integration
Version: » 7.x-1.x-dev

This is the issue for Etherpad Lite. Moving to Etherpad issue queue.

jucovschi’s picture

Status: Active » Closed (fixed)

integrated into the code. Thanks.