mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
closes #4989
This commit is contained in:
@@ -108,7 +108,7 @@ function setupExpressApp(app) {
|
||||
app.use(session({
|
||||
store: db.sessionStore,
|
||||
secret: nconf.get('secret'),
|
||||
key: 'express.sid',
|
||||
key: nconf.get('sessionKey'),
|
||||
cookie: setupCookie(),
|
||||
resave: true,
|
||||
saveUninitialized: true
|
||||
|
||||
Reference in New Issue
Block a user