connect-couchdb icon indicating copy to clipboard operation
connect-couchdb copied to clipboard

express-flash and passport.js not working reliably

Open backflip opened this issue 8 years ago • 2 comments

When using this module, I experience the problem that flashed messages and the passport user are not always available until the next but one request on my local machine (e.g. flashed message only appears after a subsequent reload). It works fine on the production server (same node version and npm modules). Disabling the store or switching to sessionstore fixes the issue.

backflip avatar Sep 20 '15 16:09 backflip

Hello,

Thanks for the report. Could you submit a test case ?

Regards,

tdebarochez avatar Sep 21 '15 18:09 tdebarochez

https://github.com/expressjs/session/pull/157 https://github.com/kcbanner/connect-mongo/issues/195 https://github.com/mweibel/connect-session-sequelize/issues/20

jontelm avatar Oct 25 '15 07:10 jontelm