[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
>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 <[EMAIL PROTECTED]> wrote:
>> I have read through the book for symfony 1.0 and am trying to figure
>> out how to set the domain for the user session, and have been unable
>> to figure out if I can.  Can some one point me in the right  
>> direction?
>>
>> Thanks,
>> James
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[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 <[EMAIL PROTECTED]> wrote:
> I have read through the book for symfony 1.0 and am trying to figure  
> out how to set the domain for the user session, and have been unable  
> to figure out if I can.  Can some one point me in the right direction?
>
> Thanks,
> James
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---