AiOrch is a self-hosted application. Any cookies set by the Software exist on your own server and are exchanged between your browser and your own infrastructure. We (Reisnova Limited) do not receive, read, or store any cookies from your installation.
The AiOrch application uses a single cookie for authentication:
| Name | Purpose | Type | Duration | Flags |
|---|---|---|---|---|
orch_session |
Authenticates the user's browser session after logging in at /settings. Contains an HMAC-SHA256 signed token (session ID and timestamp). Does not contain any personal data, passwords, or API keys. | Strictly Necessary | Configurable via ORCH_SETTINGS_SESSION_EXPIRY_MINUTES (default: 30 minutes) |
HttpOnly, SameSite=Strict, Secure (when served over HTTPS) |
AiOrch does not use any:
The aiorch.ai landing page does not set any cookies. It is a static HTML page with no analytics, tracking, or third-party scripts that set cookies.
The orch_session cookie is protected by multiple security measures:
Since the cookie is strictly necessary for authentication, disabling it will prevent you from logging into the AiOrch dashboard. You can:
ORCH_SETTINGS_SESSION_EXPIRY_MINUTES to a lower value in your .env file.If additional cookies are introduced in future versions of the Software, this policy will be updated. Material changes will be noted in the changelog.