Since upgrading to django 1.0 I've noticed some strange behavior with
cookies.

1) Basically, if I do not set SESSION_COOKIE_DOMAIN to a value then my
site is not accessible by either Mac Safari or Mac/PC IE.

2) If I set a value of ".domain.com" then my site is accessible by all
Mac web browsers, Firefox, Opera, as well as Mac IE 5.2; however, it
is not accessible by PC IE 6+.

3) Finally, if I set a value of "www.domain.com" then my site is
accessible by Mac Firefox and Opera as well as PC IE 6+; however, is
then no longer accessible by Mac Safari or Mac IE 5.2

The following are my server response headers for (3):

Date: Thu, 04 Dec 2008 13:50:42 GMT
Server: nginx/0.7.19
Content-Type: text/html; charset=utf-8
Vary: Cookie,User-Agent
Cache-Control: must-revalidate, max-age=0
Content-Encoding: gzip
Set-Cookie: sessionid=b3eddeb72e4b93c8cbd0e4e74b349d6c;
Domain=www.domain.com; expires=Thu, 04-Dec-2008 15:50:42 GMT; Max-
Age=7200; Path=/
Keep-Alive: timeout=3, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked

200 OK

Any insight is greatly appreciated.

Luis.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to