Web Storage APIs are used by developers to store data into the browser to improve the user experience and performance of the web apps. storing this data can be done by two mechanisms: either by using the sessionStorage API and the localStorage API. Both are used for storing the data on the client-side the data is never transferred to the server while making a network request.

4m read timeFrom ayushv.medium.com
Post cover image
Table of contents
A Complete Guide to Web Storage APIs — Local Storage and Session Storage in JavaScriptSession storageLocal storageVulnerability to Cross-Site Scripting (XSS) Attacks
1 Comment

Sort: