Demo: exclude MemoryStore

This commit is contained in:
Erik Römmelt 2019-07-24 17:45:55 +02:00
parent e063535127
commit 675b9051dc

View File

@ -64,7 +64,7 @@ app.use(session({
mongooseConnection: mong.connection, mongooseConnection: mong.connection,
ttl: 30 * 24 * 3600, ttl: 30 * 24 * 3600,
}), // mongoose + connect-mongo }), // mongoose + connect-mongo
store: new MemoryStore ({checkPeriod: 24*3600*1000}), // memorystore // store: new MemoryStore ({checkPeriod: 24*3600*1000}), // memorystore
})); }));
// Favicon for Desktop // Favicon for Desktop