| Cookie name | Purpose | Duration | Type |
|---|---|---|---|
| AspNetCore.Session | Keeps the user session active | Session | First-party cookie |
| AspNetCore.Antiforgery.* | Protection against CSRF attacks | A few hours | First-party cookie |
| __RequestVerificationToken | Secures forms and requests | Session | First-party cookie |
| AspNetConsent | Stores your consent preferences | 12 months | First-party cookie |
| Cookie name | Purpose | Duration | Type |
|---|---|---|---|
| _GRECAPTCHA | Behaviour analysis to detect automated activity | 6 months | Third-party cookie (Google) |
| rc::a, rc::b, rc::c | Bot protection / security | Session / persistent | Third-party cookie (Google) |
| Cookie name | Purpose | Duration | Type |
|---|---|---|---|
| _ga* | Distinguishes users (statistics) | 13 months | Analytics cookie (third-party – Google) |
| _ga_ |
Maintains session state / GA4 statistics | 13 months | Analytics cookie (third-party – Google) |