Re: Constant signing out on production server - Django 1.2.5

2011-02-19 Thread Shawn Milochik
Okay, it sounds like your problem is different. Mine only happened in IE, and not to all users, and not the same IE version. Just to some specific users, 100% of the time. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Constant signing out on production server - Django 1.2.5

2011-02-19 Thread Velian
Shawn I'm glad I'm not alone, but this seems to be a different issue. The client gets the same issue in ANY browser, which makes the problem either more mind-boggling or much easier to solve if the problem is me and I'm missing something major :) Velian On Feb 18, 10:17 pm, Shawn Milochik

Re: Constant signing out on production server - Django 1.2.5

2011-02-18 Thread Shawn Milochik
By chance, is the client running Windows and using IE? If so, is their system time incorrect? I've had major problems with session timeouts myself, and ended up handling session expiration in custom middleware because I never could figure it out, and over a period of months this list was no help

Constant signing out on production server - Django 1.2.5

2011-02-18 Thread Velian
Hello there I am having a frustrating issue: I'm running Apache/modpython with Django 1.2.5. It seems that every few seconds or so, when I try to load a page after logging in (either to the site or to the admin interface), I am bounced back to the login screen as if my session has expired. My