madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

Why resave is set as true ? #157

Closed rajabishek closed 8 years ago

rajabishek commented 8 years ago

Under the config folder in express.js file it is set for session as resave: true. Why would we want to save the session data if it is not modified ?

madhums commented 8 years ago

You are right, this is not needed