I am beginner of NodeJS.And just started a simple project where I need a session management concept. So How to manage the session in NodeJS application.
In my projec
I dont suggest you try to build your own session and use https://github.com/expressjs/session instead which works with express well.