Two browser flags. Nothing hidden.
Updated · May 2026
What we actually use
Punjab Poker Palace does not use HTTP cookies in the way most platforms do. There is no server to receive data from your browser. Two browser-storage flags are all the site writes locally. The consent banner is there because visitors expect to see one, and we would rather be upfront about it.
| Key | Where | What it holds | How long |
|---|---|---|---|
ppx_age | sessionStorage | A flag set to true when you confirmed 18+ on the age gate. | Until you close the tab. |
ppx_cookie | localStorage | A flag set to true when 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 analytics cookies of any kind.
_ga,_gid, and their equivalents are not set. - No third-party tracking. Facebook, TikTok, Reddit, and advertising networks are not loaded.
- No browser fingerprinting through canvas, font lists, or audio context.
- No service worker that stores or transmits any identifying data.
If you decline
Pressing Decline on the banner closes it and leaves ppx_cookie unset. Everything else works as normal. The banner appears again on your next visit. The age-gate session flag is still set regardless, because the 18+ confirmation needs to persist while the tab is open. It is cleared automatically when you close the tab.
Clearing both flags
You can remove both flags in your browser:
- Open DevTools by pressing
F12, or right-click the page and select Inspect. Go to the Application tab, then Storage, and click Clear site data. - Your browser’s privacy settings also let you clear site data for individual domains directly.
Changes
If analytics or any third-party tool that sets new storage is added in the future, this page is updated before that happens. The date shown at the top will change to reflect it.