HTML5 session storage send to server
问题 If I'm right, Session Storage is stored client side and is accessible only for one tab. How can I send information stored in the session storage to the server ? I can use cookie for that, but if I open 2 tabs, the cookie will be rewrite by the second tab. Thanks 回答1: The Storage object (both localStorage and sessionStorage) is available from all tabs having the same page open. However (some comment state this is not correct, but this is a misinterpretation of the documentation), when you open