diff --git a/config/env/default.js b/config/env/default.js index cc09ea42f6..bca8b8abc7 100644 --- a/config/env/default.js +++ b/config/env/default.js @@ -11,7 +11,7 @@ module.exports = { templateEngine: 'swig', // Session details // session expiration is set by default to 24 hours - sessionExpiration: 24 * (60 * 1000), + sessionExpiration: 24 * (60 * 60 * 1000), // sessionSecret should be changed for security measures and concerns sessionSecret: 'MEAN', // sessionKey is set to the generic sessionId key used by PHP applications