The main difference between local storage and session storage is



local storage is stored indefinitely; session storage is lost when the browser closes

session storage is stored indefinitely; local storage is lost when the browser closes

session storage has a shortcut syntax and local storage doesn’t

local storage has a clear() method and session storage doesn’t