Re: session auto-logout

2006-03-21 Thread Jason F. McBrayer
"sam" <[EMAIL PROTECTED]> writes: > A newbie question: > > I am using Django admin's authentication to do login/logout for my own > application. I want to automatically log user out if no activity for 5 > minutes. I read the session tutorial and played a bit with > SESSION_COOKIE_AGE -- but it

session auto-logout

2006-03-20 Thread sam
A newbie question: I am using Django admin's authentication to do login/logout for my own application. I want to automatically log user out if no activity for 5 minutes. I read the session tutorial and played a bit with SESSION_COOKIE_AGE -- but it doesn't work for me. Any suggestion