1. What cookies we use
Domakin uses only strictly necessary cookies — the ones without which signing in and using the platform securely is impossible. They are set by the authentication system and are not used for any other purpose.
| Cookie | Purpose | Lifetime |
|---|---|---|
| better-auth.session_token | Keeps you signed in (session) | 30 days, renewed on activity |
| better-auth.session_data | Short-lived cache of session data to reduce server round trips | a few minutes |
| better-auth.two_factor | Temporary state during the two-factor sign-in flow (2FA) | until sign-in completes |
| better-auth.admin_session | Set only during an admin support session (impersonation): holds a reference to the admin's own session so it can be restored when the support session stops | up to 1 hour |
In production the names may carry a security prefix (e.g. “__Secure-”).
2. No analytics or advertising cookies
The platform does not use analytics cookies, advertising cookies, or third-party cookies. No cross-site tracking takes place.
3. Why there is no consent banner
Strictly necessary cookies are exempt from the prior-consent requirement (the “strictly necessary” exemption under the ePrivacy rules). Since the platform sets only such cookies, no consent banner is shown.
4. How to clear cookies
You can delete cookies at any time from your browser settings (usually under “Privacy” or “History”). Deleting the session cookie will sign you out of the platform and you will need to sign in again.