Different Web storage techniques
Web storage API is used by developers to store some data in the web browser. The data is stored in the form of key-value pair of Strings. They are stored in the window object of the browser.
window.localStorage
There are 2 ways to store data in the ...
krgarima.hashnode.dev3 min read
Arpit
Frontend Developer
In difference you should check expiration category of local and session storage