madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)

Home Page:https://nodejs-express-demo.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Session storage does not work

anthonygore opened this issue · comments

The duo of connect-mongo and express-session does not work. If you log in to the site you'll notice there is no entry in the sessions collection in mongo, and there is no connect.sid cookie stored by your browser.

If you remove cookie-session from Express it works fine. Not sure why both are used in this project anyway..?

yep, delete either of these two, the other would work fine, no idea why use both...