⟩ Tell me what Is The Difference Between LocalStorage And SessionStorage Objects?
Following points describes the differences between the localStorage and sessionStorage objects.
☛ The <localStorage> object doesn’t have an expiry for the stored data whereas the <sessionStorage> object keeps it only for a single session.
☛ The <localStorage> object doesn’t have a provision to delete the data upon closing of browser window whereas the <sessionStorage> object clears it simultaneously with the window closing down.