Re: Constant signing out on production server - Django 1.2.5
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, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: Constant signing out on production server - Django 1.2.5
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 wrote: > 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 > either. I figured it was some kind of fluke -- I mean, Django's > sessions are being used by plenty of other people with no problems. > But some time after that, someone with a problem that sounded very > similar to mine mentioned that his problem appeared to be due to the > way IE's cookies interacted with the system time. > > Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: Constant signing out on production server - Django 1.2.5
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 either. I figured it was some kind of fluke -- I mean, Django's sessions are being used by plenty of other people with no problems. But some time after that, someone with a problem that sounded very similar to mine mentioned that his problem appeared to be due to the way IE's cookies interacted with the system time. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.