From 5c56abcbd5e5a006f5526f92af0473219e340917 Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Wed, 22 Apr 2020 12:30:06 +0200 Subject: [PATCH] Comment SESSION_COOKIE_AGE setting --- re2o/settings_local.example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/re2o/settings_local.example.py b/re2o/settings_local.example.py index d0de4709..5e0e88e3 100644 --- a/re2o/settings_local.example.py +++ b/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