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.
Với lưu trữ web, các ứng dụng web có thể lưu trữ dữ liệu cục bộ trong trình duyệt của người dùng.
Trước khi HTML5, dữ liệu ứng dụng phải được lưu trữ trong các tập tin cookie, bao gồm trong mọi yêu cầu máy chủ. lưu trữ web là an toàn hơn, và một lượng lớn dữ liệu có thể được lưu trữ cục bộ, mà không ảnh hưởng hiệu suất trang web.
Không giống như cookies, các giới hạn dung lượng là xa lớn hơn (ít nhất 5MB) và các thông tin không bao giờ được chuyển đến máy chủ.
lưu trữ web là mỗi xứ hàng hóa (mỗi miền và giao thức). Tất cả các trang, từ một nguồn gốc, có thể lưu trữ và truy cập dữ liệu tương tự.