Commit 84b02ead authored by 杨翌文's avatar 杨翌文

xiugai cookie

parent d1752a1d
...@@ -28,7 +28,7 @@ module.exports = function(app, config) { ...@@ -28,7 +28,7 @@ module.exports = function(app, config) {
store: new redisStore({ store: new redisStore({
host:config.sessionStore.host, host:config.sessionStore.host,
port:config.sessionStore.port, port:config.sessionStore.port,
prefix:'sandbox-session-', prefix:'node-session-',
pass : config.sessionStore.password, pass : config.sessionStore.password,
ttl: 86400 ttl: 86400
}), }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment