1
0
Fork 0

web - fix session expiration

This commit is contained in:
Ruben Meyer 2020-10-30 23:18:05 +01:00
parent ff55932d44
commit b7a7b95972
Signed by: rxbn_
GPG Key ID: BE3BF898BE352FE2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ methods.start = () => {
// Sessions
session_options = {
secret: cfg.web.sessionKey,
resave: false,
resave: true,
saveUninitialized: false,
cookie: {
maxAge: cfg.web.cookieMaxAge