I am setting inactivity session time out using -
a) request.session.set_expiry(900) and
b) SESSION_COOKIE_AGE = 900
I believe both work exactly the same way. Please correct me if they
have any different behavior.
How do I detect this time out in my app and give user a page that they
have been timed out due to inactivity.
I am using django standard authentication using autheticate(), login()
and logout()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---