Response.redirect kills local storage?
问题 I am trying to work with HTML5 local storage in asp. I can read and write to the storage, but if I do a response.redirect the entire local storage is wiped out? <script type='text/javascript'> localStorage["email"] = "<%=email%>"; localStorage["remember"] = "1"; </script> This works fine for saving and I can see the variable saved in local storage using Developer Tools. However if after that I add response.redirect ("index.asp") then the entire local storage is cleaned. How can I cause to to