Skip to content

Commit

Permalink
Expire session cookie after 8 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Sep 2, 2024
1 parent 4bd2385 commit 6176adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coleman/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@
]
}

SESSION_COOKIE_AGE = 8 * 60 * 60


# Google SSO (django-google-sso)
GOOGLE_SSO_ENABLED = env.bool('GOOGLE_SSO_ENABLED', False)
Expand Down

0 comments on commit 6176adb

Please sign in to comment.