We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6575c commit c84af05Copy full SHA for c84af05
openedx/core/djangoapps/session_inactivity_timeout/middleware.py
@@ -7,6 +7,9 @@
7
SESSION_INACTIVITY_TIMEOUT_IN_SECS = 300
8
9
This was taken from StackOverflow (http://stackoverflow.com/questions/14830669/how-to-expire-django-session-in-5minutes)
10
+
11
+If left unset, session expiration will be handled by Django's SESSION_COOKIE_AGE,
12
+which defauts to 1209600 (2 weeks, in seconds).
13
"""
14
15
0 commit comments