Browser storage: two flags only.
Updated · May 2026
What we actually use
Kerala Keno Hub does not use HTTP cookies in the way most sites do. There is no server receiving data from your browser. The site writes two local storage flags. The consent banner appears because visitors expect to see one, and we would rather be clear about it than skip it.
| Key | Where | What it holds | How long |
|---|---|---|---|
kkh_age | sessionStorage | A flag: true if you confirmed 18+ on the gate. | Until you close the tab. |
kkh_cookie | localStorage | A flag: true if you tapped Accept All. | Until you clear browser storage for this domain. |
Neither value contains anything personal. Both are the string "1".
What we don’t use
- No first-party analytics.
_ga,_gid, and similar identifiers are not set. - No third-party tracking. Facebook, TikTok, Reddit, and ad networks have no presence here.
- No fingerprinting techniques: canvas, font enumeration, or audio context are not used.
- No service worker storing any form of identifier.
If you decline
Choosing Decline on the banner closes it without writing kkh_cookie. The site functions identically whether you accept or decline. The banner returns on your next visit. The age-gate session flag is still written regardless, because the gate requires it to track your 18+ confirmation for the current tab. It disappears when the tab closes.
Clearing both flags
To remove both flags from your browser:
- Press
F12to open DevTools, or right-click anywhere and choose Inspect. Navigate to the Application tab, then Storage, and click Clear site data. - Alternatively, use your browser’s built-in privacy settings to clear site data for this domain.
Changes
If the site ever adds analytics or a third-party component that writes new storage, this page is updated before the change goes live. The date shown above will change accordingly.