+ 2
use of html5 web-storage
use of html5 web-storage
5 Respuestas
+ 11
It allows the data stored in client's browser without the overhead like cookies which transmit during every HTTP request/response.
I believe you can get more thorough answer or its application from Google anyway. 😉
+ 2
thanks
0
https://www.sololearn.com/discuss/2761369/?ref=app
- 2
The Session Storage is designed for scenarios where the user is carrying out a single transaction, but could be carrying out multiple transactions in different windows at the same time.