Session Management in Node.js using ExpressJS and Express Session

For those who need to learn how session and cookie work with simple web app.

Learn more about the original article. 🙇

how to run

git clone https://github.com/aaazzz/express-session-example.git
cd express-session-example
npm install
npm run dev