I am developing an SPA using MERN technology stack. I want to maintain user session. Which are the best ways use session management and what information we need to store in client side? 1) Session storage 2) Local Storage 3) Cookie.
Asked
Active
Viewed 1,167 times
1
-
1This post might help you https://stackoverflow.com/questions/19867599/what-is-the-difference-between-localstorage-sessionstorage-session-and-cookies/19869560#19869560 – RuD3B0y Jan 24 '18 at 05:27