

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 Questions & Answers
- 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
- 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
- HTML DOM Storage Event
- Checking if a key exists in HTML5 Local Storage
- What is the difference between local storage vs cookies?
- Difference between HTML and HTML 5
- Which browser has the best support for HTML 5 currently?
- HTML DOM Storage getItem() method
- HTML DOM Storage key() method
Advertisements