Demo: exclude MemoryStore
This commit is contained in:
parent
e063535127
commit
675b9051dc
@ -64,7 +64,7 @@ app.use(session({
|
||||
mongooseConnection: mong.connection,
|
||||
ttl: 30 * 24 * 3600,
|
||||
}), // mongoose + connect-mongo
|
||||
store: new MemoryStore ({checkPeriod: 24*3600*1000}), // memorystore
|
||||
// store: new MemoryStore ({checkPeriod: 24*3600*1000}), // memorystore
|
||||
}));
|
||||
|
||||
// Favicon for Desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user