Re: Authentication session timeout

2008-12-04 Thread mdp
> > What did you set SESSION_COOKIE_AGE to?  It rather sounds like you set it to > a string value when a numeric is expected. > > Karen Doh!! You're right, I'd set: SESSION_COOKIE_AGE = '600' Thanks Mike --~--~-~--~~~---~--~~ You received this message because y

Re: Authentication session timeout

2008-12-03 Thread Karen Tracey
On Wed, Dec 3, 2008 at 11:09 AM, mdp <[EMAIL PROTECTED]> wrote: > > If I enable session timeouts via settings.SESSION_COOKIE_AGE I get the > following when accessing my login/logout page: > > Traceback (most recent call last): > > File "/usr/lib/python2.5/site-packages/django/core/servers/ > base

Authentication session timeout

2008-12-03 Thread mdp
If I enable session timeouts via settings.SESSION_COOKIE_AGE I get the following when accessing my login/logout page: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/servers/ basehttp.py", line 278, in run self.result = application(self.environ, self.s