$request
$request : \ManaPHP\Http\RequestInterface
getContext() : \ManaPHP\Http\ResponseContext
setCookie(string $name, mixed $value, integer $expire, string $path = null, string $domain = null, boolean $secure = false, boolean $httponly = true) : static
Sets a cookie to be sent at the end of the request
| string | $name | |
| mixed | $value | |
| integer | $expire | |
| string | $path | |
| string | $domain | |
| boolean | $secure | |
| boolean | $httponly |