
- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
HTML 5 local Storage size limit for sub domains
HTML5's localStorage databases are size-limited. The standard sizes are 5 or 10 MB per domain. A limit of 5 MB per origin is recommended.
The following is stated −
User agents should guard against sites storing data under their origin's other affiliated sites, e.g. storing up to the limit in a1.example.com,a2.example.com, a3.example.com, etc, circumventing the mainexample.com storage limit.
For size limit −
A mostly arbitrary limit of five megabytes per origin is suggested. Implementation feedback is welcome and will be used to update this suggestion in the future.
- Related Articles
- Android 4.0.1 breaks WebView HTML 5 local storage?
- HTML DOM Local Storage clear() method
- Thread-local storage (TLS)
- Storing Credentials in Local Storage
- Difference between Session Storage and Local Storage in HTML5
- Difference between Local Storage, Session Storage, and Cookies in JavaScript
- Trick to store credentials in local storage
- Retrieve element from local storage in JavaScript?
- How to set minimum size limit for a JFrame in Java
- Checking if a key exists in HTML5 Local Storage
- What is the difference between local storage vs cookies?
- Set the value in local storage and fetch – JavaScript?
- HTML DOM Storage Event
- How do you limit an array sub-element in MongoDB?
- How to store a name permanently using HTML5 Local Storage?

Advertisements