>
> 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
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
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
3 matches
Mail list logo