DEV Community

Discussion on: Best Practices for Secure Session Management in Node

Collapse
 
karandpr profile image
Karan Gandhi • Edited

Thank you for your comments!

As far as better security is concerned, it boils down to use cases and constraints(Time & Technical).

This article was written explicitly with express-session in my mind. It's a flexible library with which I can roll out my solutions depending on the use case.