...
|
...
|
@@ -69,10 +69,10 @@ app.use(session({ |
|
|
domain: 'yohoblk.com',
|
|
|
httpOnly: false
|
|
|
},
|
|
|
// store: new MemcachedStore({
|
|
|
// hosts: config.memcache.session,
|
|
|
// prefix: 'yohoblk_session:'
|
|
|
// })
|
|
|
store: new MemcachedStore({
|
|
|
hosts: config.memcache.session,
|
|
|
prefix: 'yohoblk_session:'
|
|
|
})
|
|
|
}));
|
|
|
|
|
|
app.use((req, res, next) => {
|
...
|
...
|
|