Dom.storage.enabled

From MozillaZine Knowledge Base
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

2006-08-18 by Neil Deakin

Has an effect in

  • Mozilla Firefox (nightly builds after 2006-08-18; 2.0)
  • SeaMonkey (nightly builds after 2006-08-18)

Related bugs

External links