Closed (fixed)
Project:
Etherpad Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 23:18 UTC
Updated:
9 May 2012 at 16:21 UTC
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.