8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Comment SESSION_COOKIE_AGE setting

This commit is contained in:
Jean-Romain Garnier 2020-04-22 12:30:06 +02:00 committed by Gabriel Detraz
parent 64fd1835e0
commit 87e5076ca2

View file

@ -76,6 +76,8 @@ SESSION_COOKIE_SECURE = False
CSRF_COOKIE_SECURE = False
CSRF_COOKIE_HTTPONLY = False
X_FRAME_OPTIONS = "DENY"
# The validity duration of session cookies, in seconds
SESSION_COOKIE_AGE = 60 * 60 * 3
# The path where your organization logo is stored