01 · WHAT'S A COOKIE30-second primer

A cookie is a tiny text file your browser stores on your device. Sites use them to remember things across page loads — like "you're logged in" or "you prefer dark mode". They can also be used to track you across the web. We don't do that.

This page covers cookies, plus a few related things that act like cookies: localStorage, sessionStorage, and IndexedDB. The legal regime is the same.

02 · THE FULL LISTEverything we set

Essential — always on

Required for the product to function. You can't disable these; if you do, the app won't work.

NamePurposeDurationType
lb_sessionKeeps you logged in across pages.30 days (rolling)Essential
lb_csrfProtects against cross-site request forgery on form submits.SessionEssential
lb_localeRemembers your language & currency preference.1 yearEssential
lb_consentStores your cookie-banner choices so we don't re-ask.1 yearEssential

Analytics — opt-in

Helps us see which lessons people drop off on, which buttons get tapped, what's slow. All aggregated, never sold.

NamePurposeDurationType
(none)We use Plausible Analytics, which is cookieless. Aggregate counts only.Analytics
lb_sentry_sessionGroups errors from the same browser session for our bug-tracker. No personal data.SessionAnalytics

Preferences — opt-in

Convenience cookies that remember UI choices. Safe to disable; you'll just get the default each time.

NamePurposeDurationType
lb_themeRemembers your light/dark choice (web only).1 yearOptional
lb_hapticsTracks your haptic-feedback preference (mobile only).1 yearOptional

Marketing — opt-in

We do not run cross-site advertising cookies. If you arrived from a partner link, we may set a single first-party referral cookie so they get credit.

NamePurposeDurationType
lb_referralCredits the partner who referred you, if any. First-party only.30 daysMarketing

03 · HOW TO MANAGETurn things off

  • In LogicBanker — open Settings → Privacy → Cookies. Toggle each category individually.
  • In your browser — every modern browser lets you block third-party cookies and clear site data. Look for "Privacy & Security" in settings.
  • Do Not Track — we honor the DNT header. If your browser sends it, we treat analytics & marketing categories as declined.
i

Heads up on essential cookies

If you block lb_session or lb_csrf the app physically can't log you in or submit forms. They are not optional in a meaningful sense.

04 · CHANGESIf this list changes

We update this page whenever we add or remove a cookie. If we add a new optional cookie, you'll see an in-app prompt before it's set. Essential cookies that change scope will be announced 30 days in advance.

05 · QUESTIONSAsk us

Cookie questions go to [email protected]. We answer them within one business day.