With web storage, web applications can store data locally within the user's browser. Before HTML5, application data had to be stored in cookies, included in every server request. Web storage is more secure, and large amounts of data can be stored locally, without affecting website performance. Unlike cookies, the storage limit is far larger (at least 5MB) and information is never transferred to the server. Web storage is per origin (per domain and protocol). All pages, from one origin, can store and access the same data. |
What is HTML Web Storage API | HTML Web Storage API |
What is HTML Web Storage? | HTML Web Storage API |
What Browsers will Support HTML Web Storage API | HTML Web Storage API |
How to create HTML Web Storage Objects | HTML Web Storage API |
How to create HTML localStorage Object | HTML Web Storage API |
How to create HTML sessionStorage Object | HTML Web Storage API |
Read Full: | HTML Web Storage API |
Category: | Web Tutorial |
Sub Category: | HTML Web Storage API |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 41 |