HTML5会话存储有多大?

时间:2013-04-05 18:27:03

标签: javascript html5 local-storage session-storage

虽然size of localStorage已经详细解决并且有online test for it,但我想知道常见浏览器sessionStorage的最大大小是多少?

3 个答案:

答案 0 :(得分:44)

根据this site,Firefox和Safari的存储限制为每个域5MB,Internet Explorer的限制为每个域10 MB。

然而,根据this site which tests your web browser local storage capabilities,在我的机器上:

Browser        LocalStorage         SessionStorage
-------        ------------         --------------
Chrome              5M                   5M
Firefox             5M                Unlimited
IE11                5M                   5M

另外,请注意页面底部的方便图表。

答案 1 :(得分:7)

移动

Browser | Chrome | Android Browser | Firefox | Safari | Safari | iOS WebView | iOS WebView
Version | 40     | 4.3             | 34      | 6, 7   | 8      | 6, 7        | 8
Max     | 10MB   | ∞               | 10MB    | 5MB    | ∞      | 5MB         | ∞

桌面

Browser | Chrome | Firefox | Safari | Safari | IE      | IE
Version | 40     | 34      | 6, 7   | 8      | 9       | 10, 11
Max     | 10MB   | 10MB    | ∞      | ∞      | 10MB    | 10MB

Dash is Unlimited

答案 2 :(得分:-3)

能够存储从浏览器到浏览器的varries数量,IE可以存储多达几MB。值得注意的是,存在一个漏洞,允许存储无限量的数据。