Difference in Local Storage and Session Storage (HTML5)
LocalStorage: Stores data with no expiration date, and gets cleared only through JavaScript, or clearing the Browser Cache / Locally Stored Data.
SessionStorage: Similar to localStorage but expires when the browser is closed (not the tab).