Re: Retrieving Cookies does not return all domain values

2009-02-26 Thread Gunnar Hjalmarsson
Thomas Hilbig wrote: I am in the process of changing my cookies (stored on my users’ browsers) so they can be shared across multiple servers under my domain. So, instead of writing cookies with domain ‘www.mydomain.com’, I am writing them to ‘.mydomain.com’ so they can be read by www.mydomain.co

Retrieving Cookies does not return all domain values

2009-02-25 Thread Thomas Hilbig
I am in the process of changing my cookies (stored on my users’ browsers) so they can be shared across multiple servers under my domain.  So, instead of writing cookies with domain ‘www.mydomain.com’, I am writing them to ‘.mydomain.com’ so they can be read by www.mydomain.com, www2.mydomain.co