session 40min

This commit is contained in:
caoqianming 2019-11-24 01:36:40 +08:00
parent f85581222f
commit e45a9f6ce3
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ CELERY_ENABLE_UTC=True
##配置session
#SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_COOKIE_AGE = 1800
SESSION_COOKIE_AGE = 2400
SESSION_SAVE_EVERY_REQUEST = True
#日志配置