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 <sh...@milochik.com> 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.



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
logged-in state is very tenuous.

Any advice on where to look to fix this would be appreciated.

Thanks!

-- 
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.