Answer:
local storage is stored indefinitely; session storage is lost when the browser closes
Step-by-step explanation:
The difference between local and session storage is that the session storage expires when the browser closes while the local storage is stored until someone else or the user deletes it.Local storage is there indefinitely.