Browse Source

Comment SESSION_COOKIE_AGE setting

release-2.9
Jean-Romain Garnier 6 years ago
committed by Gabriel Detraz
parent
commit
87e5076ca2
  1. 2
      re2o/settings_local.example.py

2
re2o/settings_local.example.py

@ -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

Loading…
Cancel
Save