Cookie policy
Updated August 6, 2026
Three cookies, all of them necessary, none of them tracking you across other sites.
2lt_session, when you have an account
Set when you log in. It holds a signed token naming your account id and your role, and nothing else. HttpOnly and Secure, so scripts cannot read it and it never travels unencrypted. Delete it and you are logged out.
3lt_pass, when you buy a pass
Set after payment. It holds one random secret that maps to the pass you bought; the pass itself lives on our side and this cookie is only the ticket. Clearing it costs you the pass on that browser, which is why the receipt explains how to get it back.
4lt_oauth_state, for a few seconds during Google sign-in
Set when you press Continue with Google, deleted the moment you come back. It holds a random value we check on return, which is what stops somebody handing you a link that logs you into their account instead of yours.
7Turning them off
Every browser can block or clear cookies. Blocking these three breaks nothing permanently: you log in again, you redo a gate you had already cleared, and you lose a pass on that one device.