$responder->usesCookies()
Setter and getter for the list of cookie names the response relies on
$responder->usesCookies(array|null $usesCookies = null): array|Kirby\Cms\Responder
Parameters
| Name | Type | Default |
|---|---|---|
| $usesCookies | arrayornull |
null
|
Return types
arrayorKirby\Cms\Responder
This method modifies the existing $responder object it is applied to and returns it again.