Cookie Policy
Last updated: 2026-07-03
This page truthfully describes every cookie used by the Holos administration panel at admin.slonix.dev (the "Panel").
The one cookie we use
- Name:
admin_token - Purpose: holds your administrator authentication token so the server-side middleware can gate access to Panel pages and keep you signed in across navigation and page reloads.
- Category: strictly necessary / functional. The Panel cannot function without it.
- Lifetime: 24 hours (
max-age=86400), after which it expires and you must sign in again. - Flags:
SameSite=StrictandSecure(sent only over HTTPS). - Scope: first-party only, set for
admin.slonix.dev.
What we do NOT use
The Panel sets no analytics, advertising, profiling or third-party tracking cookies of any kind. Because the single cookie is strictly necessary for authentication, no consent banner is required under the ePrivacy Directive / GDPR; consent is only needed for non-essential cookies, and the Panel has none.
Related storage
The same authentication token is additionally kept in your browser's localStorage under the key admin_token so API requests can attach it as a header. This is browser storage rather than a cookie, but it serves the same strictly-necessary authentication purpose and is cleared on logout.
Clearing the cookie
Use the Logout button in the Panel header to remove the cookie and the stored token immediately, or clear cookies for admin.slonix.dev in your browser settings.