# Cookie

The `Cookie` class helps you to handle cookies in your projects.

****

- Full class name: `Kirby\Http\Cookie`
- Alias: `Cookie`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Http/Cookie.php#L18>

****

### Cookie

- [Cookie::exists()](https://getkirby.com/docs/reference/objects/http/cookie/exists.md)
- [Cookie::forever()](https://getkirby.com/docs/reference/objects/http/cookie/forever.md)
- [Cookie::get()](https://getkirby.com/docs/reference/objects/http/cookie/get.md)
- [Cookie::lifetime()](https://getkirby.com/docs/reference/objects/http/cookie/lifetime.md)
- [Cookie::remove()](https://getkirby.com/docs/reference/objects/http/cookie/remove.md)
- [Cookie::set()](https://getkirby.com/docs/reference/objects/http/cookie/set.md)