Commit 34ad7beb by 蒋勇

域名

parent ad1b65eb
...@@ -54,7 +54,7 @@ module.exports = function (app) { ...@@ -54,7 +54,7 @@ module.exports = function (app) {
app.use(session( app.use(session(
{ {
name:'bigdatasid', name:'bigdatasid',
cookie: {maxAge: 3600000}, cookie: {maxAge: 3600000,domain:'open.gongsibao.com'},
rolling:true, rolling:true,
resave: false, resave: false,
saveUninitialized: false, saveUninitialized: false,
......
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