Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 3b5e13e

Browse files
committed
fix default session cookie maxAge
1 parent 1f0f1b7 commit 3b5e13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/env/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
templateEngine: 'swig',
1212
// Session details
1313
// session expiration is set by default to 24 hours
14-
sessionExpiration: 24 * (60 * 1000),
14+
sessionExpiration: 24 * (60 * 60 * 1000),
1515
// sessionSecret should be changed for security measures and concerns
1616
sessionSecret: 'MEAN',
1717
// sessionKey is set to the generic sessionId key used by PHP applications

0 commit comments

Comments
 (0)