Evercookie Test
An evercookie is a marker written into several browser storages at once (cookie, localStorage, sessionStorage, IndexedDB, window.name). Clear only the cookie and the marker respawns from the rest.
checking…
"Alive" means the marker survived in that storage. Hit "reset" — and it is instantly respawned from the other storages: that is how evercookie works, which is why clearing cookies alone does not stop tracking. The marker is used only on this page and never sent to any external server.
What is a supercookie (evercookie)?
A normal cookie is easy to delete. An evercookie, or supercookie, hides copies of the same identifier across many browser storage mechanisms at once — localStorage, sessionStorage, IndexedDB, window.name, cache and more — so that deleting one restores it from the others. This test plants a marker across those vectors, then shows which ones survive after you clear your cookies, revealing how persistently you can be tracked.