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 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... > > On Sep 10, 1:39 pm, Michael Radziej <[EMAIL PROTECTED]> wrote: > > > On Mon, Sep 10, Joe wrote: > > > > Hi, > > > > I have a medium-traffic django site (maybe 20000 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 to clear their form cache before they can > > > log in to the site or they get the error "Looks like your browser > > > isn't configured to accept cookies. Please enable cookies, reload this > > > page, and try again." > > > Just wild and probably uneducated guesses: > > > - Check the domain etc. of the cookie > > - Are ETags enabled? Then try without. > > - Check the headers that control the browser cache. > > > But I don't really have a clear idea of what's going on here. > > > Michael > > > - > > noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg - > > Tel +49-911-9352-0 - Fax +49-911-9352-100http://www.noris.de-The > > IT-Outsourcing Company > > > Vorstand: Ingo Kraupa (Vorsitzender), Joachim Astel, Hansjochen Klenk - > > Vorsitzender des Aufsichtsrats: Stefan Schnabel - AG Nürnberg HRB 17689 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

