express-socket.io-session icon indicating copy to clipboard operation
express-socket.io-session copied to clipboard

express-session deprecated undefined resave option; provide resave option

Open nullpntrEx opened this issue 5 years ago • 4 comments

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.

nullpntrEx avatar Oct 15 '19 21:10 nullpntrEx

I'll try to fix this. It might be a simple fix.

barrar avatar Mar 09 '20 08:03 barrar

hey, any updates on this? I tried to use the resave option also but it didn't work.

LeanKhan avatar Feb 21 '21 22:02 LeanKhan

Same here, hoping to be able to use this

jcr7467 avatar Apr 20 '21 16:04 jcr7467

Same here, will be available any fix? Thanks

PetoFeFe avatar Jan 13 '22 19:01 PetoFeFe