Dom.storage.enabled

From MozillaZine Knowledge Base
Revision as of 15:13, 7 July 2010 by FatJohn (talk | contribs) (→‎External links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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