Skip to content

Commit

Permalink
docs: explain default session expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap authored Jan 16, 2025
1 parent 1593923 commit 2af9ab9
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 2af9ab9

Please sign in to comment.