Tagged Questions
1
vote
3answers
574 views
Javascript Session Data Storage
Does anyone know of a reliable way to store data to use across pages of a site?... Here is what I've found so far:
Cookies - Not enough capacity to store what I need atm.
URL hash - Same as above
...