Re: Problem with user login

2007-09-10 Thread Joe
Ok, just noticed that Django has etags disabled by default, and I haven't touched that setting. Any other ideas? On Sep 10, 1:50 pm, Joe <[EMAIL PROTECTED]> wrote: > The domain of the cookie is .mydomain.com. > > How do I disable ETags? I have the common middleware installed, which > I think ha

Re: Problem with user login

2007-09-10 Thread Joe
The domain of the cookie is .mydomain.com. How do I disable ETags? I have the common middleware installed, which I think handles the etags part. What headers control the browser cache? Can someone check the order of my middleware? I have a sneaking suspicion this has something to do with it...

Re: Problem with user login

2007-09-10 Thread Michael Radziej
On Mon, Sep 10, Joe wrote: > > Hi, > > I have a medium-traffic django site (maybe 2 page views a day) and > I am having a problem with users trying to log into the site. > > I am using the django view for logging in and logging out > (django.contrib.auth.views.login). For some reason and

Problem with user login

2007-09-10 Thread Joe
Hi, I have a medium-traffic django site (maybe 2 page views a day) and I am having a problem with users trying to log into the site. I am using the django view for logging in and logging out (django.contrib.auth.views.login). For some reason and only with some users running IE7, they have t