-
DJANGO_SESSION_COOKIE_AGE
- Sets the number of seconds a session cookie will last before expiring (default: 32400 seconds or nine hours)
-
DJANGO_SESSION_SAVE_EVERY_REQUEST
- Sets whether the session cookie will refresh on every request (default: true)
-
DJANGO_SESSION_EXPIRE_AT_BROWSER_CLOSE
- Sets whether the session cookie will expire when the browser is closed (default: true)