Hi list, I would like to have sessions normally timeout after 8 hours, that is easily achieved by setting SESSION_COOKIE_AGE in settings.py.
But additionally I'd like to provide a checkbox to "stay logged in on this computer until i log out" which shall make the session immortal (remove expiry). Is there anything in the API to implement that or can I get at the session-cookie meat to do it manually? I basically need to override the default from SESSION_COOKIE_AGE for individual sessions. -mark --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---