Authored by ccbikai

完善注释

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -41,7 +41,7 @@ app.use(bodyParser.json());
app.use(bodyParser.urlencoded({extended: false}));
app.use(cookieParser());
app.use(session({
secret: 'nothing', // 兼容 PHP SESSION,session 不加密
secret: 'nothing', // 兼容 PHP SESSION,sessionID 不加密
name: 'PHPSESSID', // 兼容 PHP SESSION
genid: () => {
return uuid.v4(); // 兼容 PHP SESSION
... ...