Session in Express.js
What is a session?
How do sessions store data?
- How do you determine where to keep your session data?
- What security implications do you have to be aware of when working with sessions?
What is session?
How do sessions store data?
Session can store their information in different ways.
In application memory
In a cookie
- In a memory cache
- In a database