Cookie Policy
What we use, what we don't, and why. Plain English.
Last updated: 1 May 2026
The short version
This website (dapita.net) does not collect cookies. No tracking, no analytics, no advertising pixels. The only client-side data we store is a single localStorage entry to remember whether you've dismissed our cookie banner.
Our products that require login (DAPITA Auth, BaaS, Algo, Security dashboards) use a session cookie — without it, login is technically impossible.
What is a cookie?
A cookie is a small piece of data stored by your browser on behalf of a website. Cookies allow websites to remember things about you — most commonly, that you are logged in.
Cookies fall into broad categories:
- Strictly necessary — required for the website to function (e.g. session login). No consent required under UK GDPR / PECR.
- Functional — remember preferences (language, theme).
- Analytics — measure usage patterns.
- Advertising — track you for ad targeting.
What dapita.net does
This website is a static informational site. It does not set any cookies. We do not run analytics, tracking pixels, advertising scripts, or third-party widgets that would set cookies.
The only client-side storage in use:
localStorage["dapita_cookie_consent"]— stores your response to the cookie banner ("accepted" or "declined") so we don't show it again. This data never leaves your device.
What our products do
DAPITA Auth (auth.dapita.net)
When you sign in, DAPITA Auth sets a session cookie. This cookie contains a randomly generated session ID that links your browser to your authenticated session on our servers. It is strictly necessary — no session cookie means no login. This cookie is HttpOnly, Secure, and SameSite=Lax.
DAPITA BaaS (baas.dapita.net)
The BaaS dashboard (logged-in area) uses the session from DAPITA Auth. The public landing page does not set cookies.
DAPITA Algo (algo.dapita.net)
The Algo dashboard uses the session from DAPITA Auth. The public landing page does not set cookies.
DAPITA Security
By design, DAPITA Security is the authentication product. Session and authentication cookies described above are issued and managed here.
DAPITA Core
Core is self-hosted on your server. We do not control or have visibility into cookies set by your Core installation. Cookie behaviour is configured by you, the operator.
Your choices
Because dapita.net does not set cookies, there is nothing to opt out of on this site. The cookie banner you see records your acknowledgement of this policy.
For our products, the session cookie is strictly necessary — declining it would mean you cannot log in. You can always sign out, which invalidates the session immediately.
You can clear cookies at any time using your browser's settings. Doing so will sign you out of any active sessions.
Changes to this policy
If we ever start using cookies on dapita.net (analytics, etc.) we will update this page and present a proper consent banner with granular controls. The "Last updated" date at the top reflects the most recent version.