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
>
> 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
Hi,
I'm using the built-in password_change view. Is there an easy way to
specify a minimum password length for the new password? (Other than
using javascript in the template)
Thanks
Mike
--~--~-~--~~~---~--~~
You received this message because you are subscribed t
3 matches
Mail list logo