Skip to content

Commit

Permalink
Nudge session maxAge (#1252)
Browse files Browse the repository at this point in the history
* Move to six as per sizzle

Post #1202 and related to #604

Auto-merge
  • Loading branch information
Martii authored Nov 14, 2017
1 parent be7659c commit 24a72b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ app.use(session({
saveUninitialized: false,
unset: 'destroy',
cookie: {
maxAge: 4 * 60 * 60 * 1000 // 4 hours in ms
maxAge: 6 * 60 * 60 * 1000 // hours in ms
},
rolling: true,
secret: sessionSecret,
Expand Down

0 comments on commit 24a72b1

Please sign in to comment.