Cookie Policy
PrimeCal uses browser storage mechanisms (cookies and localStorage) to keep you signed in and to remember your preferences. The specific Cookie Policy governing your deployment must be published by the organization that operates your PrimeCal instance.
What PrimeCal Stores in Your Browser
| Storage type | Purpose | Typical lifetime |
|---|---|---|
| Session cookie / localStorage token | Keeps you signed in (stores your JWT authentication token) | Until you log out, or token expiry |
| Preference storage | Remembers display preferences (timezone, language, theme) | Persistent until cleared |
| Feature-flag cache | Caches which features are enabled to reduce API calls | ~5 minutes (auto-refreshed) |
PrimeCal does not use third-party advertising cookies or tracking pixels. No personal data is shared with advertising networks.
No Third-Party Analytics Cookies
PrimeCal's core application does not embed Google Analytics, Facebook Pixel, or similar third-party tracking scripts. Self-hosted deployments may add these via their web server or infrastructure configuration — if applicable, your organization's Cookie Policy should declare them.
Browser Controls
You can clear all PrimeCal browser storage at any time through your browser's settings (Clear site data / Clear cookies). This will sign you out and reset stored preferences — nothing is permanently deleted from the server-side database by clearing your browser storage; only locally cached data is removed.
For Self-Hosted Deployments
If you operate a self-hosted PrimeCal instance and your jurisdiction requires cookie consent (e.g. under GDPR's ePrivacy rules), you are responsible for:
- Publishing a Cookie Policy compliant with applicable law
- Implementing a consent mechanism if your deployment adds third-party scripts
- Keeping the cookie inventory current as the deployment evolves
This page describes what PrimeCal stores by default in a standard deployment. A formal legally-compliant Cookie Policy for your jurisdiction must be drafted and reviewed by qualified legal counsel.
Contact
For questions about cookies and browser storage on your PrimeCal instance, contact your system administrator.