You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried this out with the latest versions of express (4.13.3) and express-session (1.12.1) and got these warnings:
express-session deprecated undefined resave option; provide resave option at node_modules/socket.io-express-session/index.js:4:5
express-session deprecated undefined saveUninitialized option; provide saveUninitialized option at node_modules/socket.io-express-session/index.js:4:5
express-session deprecated req.secret; provide secret option at node_modules/socket.io-express-session/index.js:4:5
The text was updated successfully, but these errors were encountered:
Using a default option (not explicitly specifying an option) for resave and saveUninitialized is deprecated in express-session. See expressjs/session#123 and the express-session Readme.
Just tried this out with the latest versions of express (4.13.3) and express-session (1.12.1) and got these warnings:
The text was updated successfully, but these errors were encountered: