We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682681e commit 094d37cCopy full SHA for 094d37c
1 file changed
ietf/settings.py
@@ -126,8 +126,10 @@ def skip_suspicious_operations(record):
126
# End logging
127
# ------------------------------------------------------------------------
128
129
-SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # Age of cookie, in seconds: 2 weeks.
130
-SESSION_EXPIRE_AT_BROWSER_CLOSE = True
+#SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # Age of cookie, in seconds: 2 weeks.
+SESSION_COOKIE_AGE = 60 * 60 * 24 * 365 * 50 # Age of cookie, in seconds: 50 years
131
+
132
+SESSION_EXPIRE_AT_BROWSER_CLOSE = False
133
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
134
135
TEMPLATE_LOADERS = (
0 commit comments