Local Storage
Categories:
Local storage is often used to store more data than a cookie can store. You can see the data using the Developer tools in the Application Storage section. Local Storage is not automatically deleted when the browser session is closed, so is often used for single page applications that do not interact with a server or database.