javascript - How large is HTML5 session storage? -


although size of localstorage has been addressed in detail , there online test it, wondering maximum size of sessionstorage common browsers?

according this site, firefox’s , safari’s storage limit 5mb per domain, internet explorer’s limit 10 mb per domain.

however, according this site tests web browser local storage capabilities, on machine:

browser        localstorage         sessionstorage -------        ------------         -------------- chrome              5m                   5m firefox             5m                unlimited ie10               4.75m                4.75m 

also, note handy chart @ bottom of page.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -