This page writes a per-session marker to localStorage and a
session cookie, then shows them on every load. Use it to verify that logging
out and back in as a different identity does not leak the
previous user's marker.
localStorage["sb_identity_marker"] = (none)document.cookie = (none)