Session lifetime

This commit is contained in:
”Nyymix” 2025-01-11 23:01:02 +02:00
parent 7a95a468d2
commit 5e876571f8
1 changed files with 3 additions and 0 deletions

View File

@ -139,3 +139,6 @@ try:
from .local_settings import * from .local_settings import *
except ImportError: except ImportError:
pass pass
# Session lifetime 1 year
SESSION_COOKIE_AGE = 31556000