What is a cookie?
A cookie is a small text file your browser stores on your device. We use them only for things that genuinely need to be remembered between requests — never to build a profile of you or sell your behaviour.
Cookies we set
jwt— your login session. HttpOnly (not readable by JavaScript), Secure on HTTPS, expires after 30 days. Strictly necessary.dc-user-name,dc-user-email,dc-user-avatar— non-sensitive display values so the navigation can render your name/avatar instantly without an extra request. 30 days.dc-user-admin— a UI hint so admin-only links can show without a round-trip. The server still enforces every admin action independently. 30 days.dc-lang— your chosen language. 1 year.
Cookies we do not set
- No Google Analytics, Meta Pixel, or any analytics cookie.
- No advertising or retargeting cookies.
- No cross-site tracking or fingerprinting.
Third parties
Checkout is handled by Stripe, which may set its own cookies on its own payment frames for fraud prevention — governed by Stripe's cookie policy. We don't share your browsing with anyone else.
Managing cookies
Because our cookies are strictly necessary (login) or simple preferences
(language), there's no consent banner to dismiss. You can clear or block
cookies any time in your browser settings — note that blocking the
jwt cookie will sign you out.
Related
See our Privacy Policy for what data we store and your GDPR rights.