Cookie Policy
Last updated: May 13, 2025
What are cookies?
Cookies are small text files that a website stores in your browser. They allow the site to remember information about your visit, such as your login state.
Cookies we use
ZerithPay uses exactly one cookie:
| Name | Purpose | Duration | Type |
|---|---|---|---|
| zerith_session | Keeps you logged in between page visits | 7 days | Essential |
Cookie properties
The zerith_session cookie has the following security properties:
- HttpOnly — not accessible to JavaScript; protects against XSS attacks
- SameSite: Lax — sent on same-site requests and top-level navigations; protects against CSRF attacks
- Secure — only sent over HTTPS connections in production
- Signed JWT — the cookie value is a cryptographically signed token; tampering is detected server-side
What we do NOT use
We do not use:
- Tracking or advertising cookies
- Third-party analytics cookies (Google Analytics, Mixpanel, etc.)
- Fingerprinting or supercookies
- Any cookies that persist beyond your session without your knowledge
Managing cookies
You can clear the ZerithPay session cookie at any time by logging out (Account → Sign out), or by clearing cookies in your browser settings. Clearing the cookie will log you out of the platform.
Most browsers allow you to block all cookies via settings. If you block cookies, you will not be able to log in to ZerithPay, as the session cookie is required for authentication.
Changes to this policy
If we ever introduce additional cookies, we will update this policy and notify users via email before the change takes effect.
Contact
Questions? Email [email protected].