Skip to content

Commit

Permalink
docs: explain default session expiration (#36126)
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap authored Feb 3, 2025
1 parent ee6575c commit c84af05
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
SESSION_INACTIVITY_TIMEOUT_IN_SECS = 300
This was taken from StackOverflow (http://stackoverflow.com/questions/14830669/how-to-expire-django-session-in-5minutes)
If left unset, session expiration will be handled by Django's SESSION_COOKIE_AGE,
which defauts to 1209600 (2 weeks, in seconds).
"""


Expand Down

0 comments on commit c84af05

Please sign in to comment.