Showing
1 changed file
with
1 additions
and
2 deletions
@@ -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, |
-
Please register or login to post a comment