Authored by 郭成尧

max-age-0

@@ -63,8 +63,7 @@ module.exports = (app) => { @@ -63,8 +63,7 @@ module.exports = (app) => {
63 }, 63 },
64 cookie: { 64 cookie: {
65 domain: 'yohobuy.com', 65 domain: 'yohobuy.com',
66 - httpOnly: false,  
67 - maxAge: 3600 * 24 * 7 * 1000 66 + httpOnly: false
68 }, 67 },
69 store: new MemcachedStore({ 68 store: new MemcachedStore({
70 hosts: config.memcache.session, 69 hosts: config.memcache.session,