Persistent Sessions in Express-Session with Redis – Part 7



Persistent Sessions in Express-Session with Redis – Part 7

Persistent Sessions in Express-Session with Redis - Part 7

We setup persistent sessions with express-session and Redis. This is a more effective session store which allows us to only log in once and not have to log in again after restarting our node.js application. And it’s also the recommended way to store user session with express-session.

Code 👨‍💻
https://github.com/lesterfernandez/fullstack-whatsapp-clone/tree/07.redissessions

Comments are closed.