Necessary
Enable core functions such as security, fraud prevention, session handling, and checkout continuity.
| Cookie | Provider | Purpose | Duration | Type |
|---|---|---|---|---|
| laravel_session | Private Chef Laav | Keeps the user session and protected-operation tokens active. | Browser session | HTTP Cookie |
| XSRF-TOKEN | Private Chef Laav | Protects forms against CSRF attacks with anti-tampering tokens. | Browser session | HTTP Cookie |