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 0d7132f commit 52741eeCopy full SHA for 52741ee
app/config.py
@@ -10,7 +10,7 @@ class Config:
10
SESSION_COOKIE_HTTPONLY = True
11
SESSION_COOKIE_SAMESITE = 'Lax'
12
SESSION_COOKIE_SECURE = True # Set to True if using HTTPS
13
- PERMANENT_SESSION_LIFETIME = 3600 # 1 hour
+ PERMANENT_SESSION_LIFETIME = 72000 # 20 hours
14
15
# JSON configuration
16
JSON_AS_ASCII = False
0 commit comments