what is local storage and how does it work in Asp.Net?
what is local storage and how does it work in Asp.Net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Nov 22, 2020, 5:13 AM
Yogeshkumar HadiyaPosted Nov 22, 2020, 5:23 AM
Local storage is a property for accessing a storage object, which is used to store and retrieve the data from the user’s Browser. It is accessible only at client side and not at Server side like a cookie.
The data stored in local storage is accessible. All the pages are under the same domain, unless the user does not delete it manually. Even though the user closes the Bowser, the data will be accessible next time.
Rajanikant HawaldarPosted Nov 22, 2020, 5:14 AM