|
|
|
|
|
|
|
|
secure: true, // true for https only (since our app works only with https) |
|
|
secure: true, // true for https only (since our app works only with https) |
|
|
}, |
|
|
}, |
|
|
name: 'om.sid', |
|
|
name: 'om.sid', |
|
|
store: new MongoStore({ |
|
|
|
|
|
mongooseConnection: mong.connection, |
|
|
|
|
|
ttl: 30 * 24 * 3600, |
|
|
|
|
|
}), // mongoose + connect-mongo |
|
|
|
|
|
|
|
|
// store: new MongoStore({ |
|
|
|
|
|
// 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 |
|
|
})); |
|
|
})); |
|
|
|
|
|
|