A few questions regard HTML5's sessionStorage:
- Does the 5MB limit on localStorage include sessionStorage? (ie. is it really a 5MB limit on the WebStorage API)
- If not does sessionStorage have a maximum size limit similar to localStorage?
I found this site http://dev-test.nemikor.com/web-storage/support-test/ in another SO questions, I'm wondering if the data is still relevant?
Hope I answered all your questions in a simplified manner. Here is a particularly informative section for you:
The above text taken from http://www.html5rocks.com/en/tutorials/offline/storage/