We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7cc21 commit 4a6fdf1Copy full SHA for 4a6fdf1
1 file changed
openedx/core/djangoapps/session_inactivity_timeout/middleware.py
@@ -9,7 +9,7 @@
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).
+which defaults to 1209600 (2 weeks, in seconds).
13
"""
14
15
0 commit comments