erikras / erikras/react-redux-universal-hot-example
Is it possible to replace cookie sessions with localStorage?
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 12.1k
- Forks
- 2.5k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.