Showing
1 changed file
with
1 additions
and
1 deletions
@@ -53,7 +53,7 @@ app.use(session({ | @@ -53,7 +53,7 @@ app.use(session({ | ||
53 | secret: '82dd7e724f2c6870472c89dfa43cf48d', | 53 | secret: '82dd7e724f2c6870472c89dfa43cf48d', |
54 | name: 'yohobuy_session', | 54 | name: 'yohobuy_session', |
55 | cookie: { | 55 | cookie: { |
56 | - // domain: 'yohobuy.com', | 56 | + domain: 'yohobuy.com', |
57 | httpOnly: false | 57 | httpOnly: false |
58 | }, | 58 | }, |
59 | store: new MemcachedStore({ | 59 | store: new MemcachedStore({ |
-
Please register or login to post a comment