FrontendDeveloper.in

JavaScript question detail

What is the main difference between localStorage and sessionStorage

LocalStorage is the same as SessionStorage but it persists the data even when the browser is closed and reopened(i.e it has no expiration time) whereas in sessionStorage data gets cleared when the page session ends.

Back to all JavaScript questions
Get LinkedIn Premium at Rs 399