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 the 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.
Dengan penyimpanan web, aplikasi web boleh menyimpan data secara setempat dalam pelayar pengguna.
Sebelum HTML5, data permohonan terpaksa disimpan dalam cookies, termasuk dalam setiap permintaan pelayan. storan web adalah lebih selamat, dan jumlah data yang besar boleh disimpan secara setempat, tanpa menjejaskan prestasi laman web.
Tidak seperti cookies, had storan adalah jauh lebih besar (sekurang-kurangnya 5MB) dan maklumat itu tidak pernah dipindahkan ke pelayan.
storan web adalah per asal (per domain dan protokol). Semua halaman, dari satu asal, boleh menyimpan dan mengakses data yang sama.