express-socket.io-session
express-socket.io-session copied to clipboard
express-session deprecated undefined resave option; provide resave option
express-session deprecated undefined resave option; provide resave option node_modules\express-socket.io-session\index.js:79:4 express-session deprecated undefined saveUninitialized option; provide saveUninitialized option node_modules\express-socket.io-session\index.js:79:4 express-session deprecated req.secret; provide secret option node_modules\express-socket.io-session\index.js:79:4
Regarding the following code: io.use(sharedsession(session, { autoSave: true }));
Even when I add the options it would still give me the same error.
I'll try to fix this. It might be a simple fix.
hey, any updates on this? I tried to use the resave option also but it didn't work.
Same here, hoping to be able to use this
Same here, will be available any fix? Thanks