Skip to content

Commit 24a72b1

Browse files
authored
Nudge session maxAge (#1252)
* Move to six as per sizzle Post #1202 and related to #604 Auto-merge
1 parent be7659c commit 24a72b1

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)