Authored by 姜枫

change cookie name

Showing 1 changed file with 1 additions and 1 deletions
@@ -75,7 +75,7 @@ app.use(compression()); @@ -75,7 +75,7 @@ app.use(compression());
75 75
76 app.use(session({ 76 app.use(session({
77 requestKey: 'session', 77 requestKey: 'session',
78 - cookieName: 'yohoblk-session', 78 + cookieName: 'yohobuy_session_cookie',
79 secret: '82dd7e724f2c6870472c89dfa43cf48d', 79 secret: '82dd7e724f2c6870472c89dfa43cf48d',
80 domain: config.cookieDomain 80 domain: config.cookieDomain
81 })); 81 }));