# 1. What Are Cookies & Local Storage?
Cookies and browser local storage are small text files and data structures stored on your device when visiting websites. They enable session state persistence, language preferences, and security authentication.
# 2. Cookie Categories We Use
| Category | Purpose | Duration |
|---|---|---|
| Strictly Necessary | Authentication JWT tokens, CSRF protection, tenant subdomain routing | Session / 30 Days |
| Functional | Language selection (EN/AR), sidebar collapsed state | 1 Year |
| Analytics | Privacy-first aggregate page view statistics (no personal tracking) | 90 Days |
# 3. Privacy-First Analytics
Certifada does not sell cookie data or use third-party cross-site advertising cookies. All analytics data is aggregated and anonymized for platform performance monitoring.
# 4. Managing Cookie Consent
Users can modify their cookie preferences at any time via browser settings or through our in-app cookie consent banner.