Authored by 王水玲

Merge branch 'release/4.6' of git.yoho.cn:fe/yohobuywap-node into release/4.6

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -53,7 +53,7 @@ app.use(session({
secret: '82dd7e724f2c6870472c89dfa43cf48d',
name: 'yohobuy_session',
cookie: {
// domain: 'yohobuy.com',
domain: 'yohobuy.com',
httpOnly: false
},
store: new MemcachedStore({
... ...