Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I recently read your site documenting the use of localStorage. I currently have several sites - mostly for mobile devices that makes heavy use of cookies and was interested in converting them to localStorage as it sounds more reliable.

Can you use localStorage likes cookies wherein the stored data can be accessed later on another page - and more specifically, using classic ASP and VBScript? I noticed that localStorage is written mostly in javascript.

We make use of cookies to store user's login values (passwords and a handful of other user's data) as we cannot (due to security restraints of the data being accessed) store these values on our servers and make the comparison.

All our site pages are written in classic ASP. Is it possible to display or make use of the localStorage data by passing it as an ASP variable? I can't seem to find any documentations on that online. Or how can I compare localStorage data to SQL data that is retrieved remotely using ASP?

Any help or reply would be greatly appreciated.
Posted

1 solution

There is a best suitable solution by Stephan. Refer at: http://stephenwalther.com/blog/archive/2011/01/12/asp-net-and-html5-local-storage.aspx[^]
 
Share this answer
 

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