Introduction
The Web Storage API includes two related mechanisms for persisting client-side data in a secure manner using the Document Object Model (DOM), Â sessionStorage and localStorage. These objects were introduced in Windows Internet Explorer 8.
Note
For versions of Windows Internet Explorer prior to version 8, persistent data storage is implemented by the userData behavior.