Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have stored some data in the session in my application and now I want to use local storage to store that data.Is it possible to access local storage into C# code so that I can replace session usage by local storage.

Thanks
Lakhwant
Posted

1 solution

Local storage is a browser based technology accessible via javascript. Try the following for c# : http://stackoverflow.com/questions/7301611/retrieve-data-from-browser-local-storage-using-c-sharp[^]
 
Share this answer
 
Comments
Lakhwant 21-May-12 3:37am    
I have read this google doc: https://developers.google.com/web-toolkit/doc/latest/DevGuideHtml5Storage and there I found they have used some server side code to manage local storage. So I think there supposed to be some API/dll that can help reading managing local storage on server side.
VJ Reddy 22-May-12 3:49am    
My 5!
Mehdi Gholam 22-May-12 4:42am    
Thanks VJ!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900