mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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
|
||||
store: sessionStore
|
||||
key: Settings.cookieName
|
||||
rolling: true
|
||||
|
||||
# passport
|
||||
webRouter.use passport.initialize()
|
||||
|
|
Loading…
Reference in a new issue