HTML5 sessionStorage limits?

Viewed 18598

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?

1 Answers
Related