1. What Are Cookies?
Cookies are small text files placed on your device when you visit a website. They help websites work more efficiently and provide information to website owners. We also use similar technologies such as localStorage for storing your theme preference.
2. How We Use Cookies
KorPush uses cookies for the following purposes:
- Essential / Strictly Necessary: Session cookies required for authentication and security (e.g., CSRF protection). These cannot be disabled as the platform would not function without them.
- Functional: We use
localStorage to remember your UI theme preference (colour scheme) and cookie consent decision. - Analytics (Optional): If you consent, we may use anonymised analytics to understand how pages are used and to improve the platform.
3. Cookies We Set
| Cookie / Key |
Type |
Purpose |
Duration |
| ci_session | Essential | Maintains logged-in session state | Session |
| csrf_token | Essential | Cross-Site Request Forgery protection | Session |
| kp-theme (localStorage) | Functional | Remembers your chosen UI colour theme | Persistent |
| kp-cookies (localStorage) | Functional | Stores your cookie consent decision | Persistent |
4. Third-party Cookies
We use the following third-party services which may set cookies on your device:
- Bootstrap CDN / jsDelivr: Static assets (CSS/JS). jsDelivr does not set tracking cookies.
- Google Fonts: Font delivery. Google may log request metadata per their Privacy Policy.
5. Managing Cookies
- Browser settings: You can control and delete cookies through your browser settings. Note that disabling essential cookies may break the platform's login functionality.
- Cookie banner: On your first visit, you can accept or decline optional cookies via the banner at the bottom of the page.
- Clear localStorage: Open browser DevTools → Application → Local Storage → delete
kp-theme and kp-cookies.
6. Your Rights
Under GDPR and applicable laws, you have the right to withdraw cookie consent at any time. Withdrawing consent does not affect the lawfulness of processing based on consent before withdrawal.
7. Contact
Questions about our use of cookies? Email privacy@korpush.com.