Tagged Questions
8
votes
8answers
3k views
Why would you ever use asp.net's ViewState storage object over the Session storage object?
Other than because session storage is session-global to more than one page, why would you ever want to use the viewstate to hold values?
It seems kind of ridiculous to send any kind of information ...
1
vote
3answers
149 views
Is there a wrapper for HTML5 sessionStorage that provides a good compatability implementation?
We would like to use the HTML5 sessionStorage (or something like it) in a new project but you can't rely on it on some browsers. There's this project (http://code.google.com/p/sessionstorage/) which ...
0
votes
0answers
179 views
issues with sessionStorage when the browser runs for a long time or session is resumed
This is quite annoying and possibly a bug in FireFox 4 and its ability to restore sessions or persist them.
A simple sessionStorage.setItem() call works and so do all the other storage methods - at ...