HTML Local Storage Objects

Local Storage

This is local storage. Local storage is stored on the client. It will persist after the client closes the browser.

Session Storage

This is session storage. Session storage is also stored on the client. It will go away after the client closes the browser.