Skip to content

Commit d52b819

Browse files
committed
Nudge session maxAge
* Move to six as per sizzle Post OpenUserJS#1202 and related to OpenUserJS#604
1 parent be7659c commit d52b819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ app.use(session({
292292
saveUninitialized: false,
293293
unset: 'destroy',
294294
cookie: {
295-
maxAge: 4 * 60 * 60 * 1000 // 4 hours in ms
295+
maxAge: 6 * 60 * 60 * 1000 // hours in ms
296296
},
297297
rolling: true,
298298
secret: sessionSecret,

0 commit comments

Comments
 (0)