mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-18 04:31:26 +02:00
fix default session cookie maxAge
This commit is contained in:
2
config/env/default.js
vendored
2
config/env/default.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user