We've just switched production servers and broke them up into an app
server, db etc...

On the staging and my local, db sets the sessions fine, i.e.

Name: sessionid
Content: ded23886ca9fab500b0234a2671bd3ef
Host: .domain.com
Path: /
Expires: Tue, 29-Jul-2008 00:52:14 GMT

But on the new server it gives,

Name: sessionid
Content: "Set-Cookie: sessionid=ded23886ca9fab500b0234a2671bd3ef;
Domain=.domain.com; expires=Tue, 29-Jul-2008 00:52:14 GMT; Max-
Age=1209600; Path=/"
Host: domain.com
Expires: at end of session

So clearly the string isn't being evaluated somehow, but I don't have
a clue how / why. The django settings file is the same on both staging
and production servers.

Any ideas?

Thanks so much in advance,

- Tim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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