Dom.storage.enabled
From MozillaZine Knowledge Base
Contents
Background
The Web Applications 1.0 specification defines a mechanism allowing web pages to store information with a web browser (similar to cookies) called “client-side session and persistent storage.” Although use of session storage is subject to a user’s cookie preferences, this preference allows it to be disabled entirely.
Possible values and their effects
True
Enable client-side session and persistent storage for web pages (Default)
False
Disable SCS entirely
First checked in
Has an effect in
- Mozilla Firefox (nightly builds after 2006-08-18; 2.0)
- SeaMonkey (nightly builds after 2006-08-18)
Related bugs
- Bug 335540 - Implement webapps session and persistent storage
- Bug 341524 - Make webapps session storage follow the cookie prefs