In this ticket [1] which adds the ability to override the global
session age setting, there is a discussion going on regarding whether
the override value should set a fixed life for the session or just
change the idle timeout.

[1] http://code.djangoproject.com/ticket/2548

Currently, if ever the session is accessed, it's expiry date is reset
to now + SESSION_COOKIE_AGE

Should the override setting:
A) work the same way (just changing the idle timeout),
B) set a fixed life for the session, or
C) offer both options (in which case, which should be the default?)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to