Cookies
_Last updated: 2026-05-14._
solotunnel uses exactly one cookie: a session cookie called mv_sess.
| Cookie | Purpose | Lifetime | Flags |
|---|---|---|---|
mv_sess |
Identifies your logged-in session. | 14 days | HttpOnly, Secure, SameSite=Lax |
The cookie's value is a random session identifier signed with an HMAC
key held by the server. It contains no personal data on the client
side; the server uses it to look up the corresponding row in the
sessions table.
What we don't use
- No third-party analytics cookies (no Google Analytics, no Plausible,
no Microsoft Clarity).
- No advertising cookies.
- No fingerprinting (no canvas, no font enumeration, no
navigator.connection).
- No local-storage telemetry.
Because the only cookie we set is strictly necessary for the service
to function (you can't log in without it), we do not display a cookie
banner. The
exempts strictly-necessary cookies from the consent requirement.
Disabling
Disabling cookies will prevent you from logging in. There is no
graceful degradation — there is nothing to gracefully degrade to.