What we store in your browser

1. Cookies vs. localStorage vs. sessionStorage

Three different browser-side storage mechanisms, each with different scope + lifetime + visibility-to-server. We're transparent about which we use for what:

2. Everything we store

2.1 On 2ldr.ai (marketing site)

Nothing. The marketing site sets no cookies and writes no localStorage. There is no analytics tracking, no consent banner needed because there is nothing to consent to.

2.2 On app.2ldr.ai (admin/viewer SPA)

2.3 On auth.2ldr.ai (Cognito hosted UI)

Cognito's hosted sign-in flow uses session cookies for the authentication transaction. These are set by AWS Cognito and follow AWS Cognito's documented cookie behavior. They are cleared on sign-out.

2.4 On api.2ldr.ai (REST API)

Nothing. Our API does not set cookies. Authentication is bearer-token via the Authorization header when you're signed in.

3. What we do NOT store

The marketing site does not set any cookies at all. The app sets only what's strictly necessary for the service to function.

4. Your controls

5. No cookie banner

Because the marketing site sets no cookies and the app cookies/localStorage are strictly necessary for service functionality, we do not display a cookie consent banner. This aligns with the GDPR “strictly necessary” cookies exemption and the e-Privacy Directive's similar carve-out.

If we ever add cookies that go beyond strictly necessary (e.g., third-party analytics), we'll add a real consent flow at that point.

6. Contact

Questions about what's in your browser: