"Dave Royal" <
da...@dave123royal.com> wrote
Is there a difference? Supercookies are DOM Storage.
That seems to be the same thing you're calling HTML5
Storage. The link above refers to "web storage" but
shows samples of DOM, using properties of the window
object.
| 'Supercookies' often referred to 'Flash LSOs' (local stored
| objects) which was an earlier method of storing local
| data.
Flash local storage is a different thing, stored by Flash in
the Macromedia folder. This sounds like it might be a matter
of terminology. I'm thinking of supercookies as any local
storage usable by websites. Flash storage is a hack but
amounts to the same thing.
I've learned something from
this, though. I don't have a Storage folder and don't have
any content in webappsstore.sqlite. I thought I was blocking
any storage by setting cache to 0. But I just came across
an option in about:config. dom.storage.enabled
There's also a setting for how much storage to allow.
While I've never had any local storage I had dom.storage.enabled
set to True without knowing it.