Re: Cookie-handling for django apps on subdomains, and failing gracefully

2008-03-26 Thread Joe Murphy
Okay, found this, which is pretty relevant: http://groups.google.com/group/django-users/msg/204d91beb2e2344b and this, which is tangential: http://code.djangoproject.com/ticket/2806 ...going to see if python2.5 deals with this any better... --~--~-~--~~~---~--~~

Cookie-handling for django apps on subdomains, and failing gracefully

2008-03-26 Thread Joe Murphy
Hi, I'm moving an app I've been building from its test environment to production. The production environment url is, say, production.denverpost.com . The problem I've got is that there are cookies set by www.denverpost.com, and some of those cookies are set to just live at denverpost.com . The