erikras / erikras/react-redux-universal-hot-example
Is it possible to replace cookie sessions with localStorage?
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
I am working on an universal app and we cannot depend on cookies. Is it possible to have the user session saved in local storage instead of a cookie?
I know localStorage cannot be used on the server side, so perhaps, the user session could be loaded after server side rendering and before client side rendering. Would this be ok?
Contributor guide
Assessment
This issue has not been assessed yet.