[symfony-users] Re: Setting the session cookie domain for cross host compatibility.

2008-09-08 Thread James
I was just about to post that I had figured it out. Thanks for the response though, it does work nicely James On Sep 8, 2008, at 2:31 PM, wissl wrote: > > Its a param in factories.yml under session storage named: > session_cookie_domain > > all: > storage: >class: sfSessionStorage >

[symfony-users] Re: Setting the session cookie domain for cross host compatibility.

2008-09-08 Thread wissl
Its a param in factories.yml under session storage named: session_cookie_domain all: storage: class: sfSessionStorage param: session_name: domainsession # Name of the cookie to store the session id session_cookie_domain: domain.dns On Sep 8, 7:50 pm, James <[