[symfony-users] Re: Session Question

2008-01-24 Thread drmikecrowe
YMMV, but this worked for me. In my controller in /web/.php, I did: $_COOKIE['symfony'] = "OTHERSESSIONID"; sfContext::getInstance()->getController()->dispatch(); On Jan 24, 6:36 am, "Andrew von Hoesslin" <[EMAIL PROTECTED]> wrote: > Hello All > > Does anybody know how to use the same user

[symfony-users] Re: Session Question

2008-01-24 Thread Haris Zukanović
I think the apps must to be on the same second level domain app1.test.com app2.test.com app3.test.com and then you must setup the cookie path to test.com I do not remember where exactly in symfony config you can do this Andrew von Hoesslin wrote: > Hello All > > Does anybody know how to use