mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add the rolling
option to session
This commit is contained in:
parent
68ddf04fe8
commit
d38890e9f4
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ webRouter.use session
|
||||||
secure: Settings.secureCookie
|
secure: Settings.secureCookie
|
||||||
store: sessionStore
|
store: sessionStore
|
||||||
key: Settings.cookieName
|
key: Settings.cookieName
|
||||||
|
rolling: true
|
||||||
|
|
||||||
# passport
|
# passport
|
||||||
webRouter.use passport.initialize()
|
webRouter.use passport.initialize()
|
||||||
|
|
Loading…
Reference in a new issue