Cookie::forever()
Stores a cookie forever
Parameters
Name | Type | Default | Description |
---|---|---|---|
$key * | string |
– | The name of the cookie |
$value * | string |
– | The cookie content |
$options | array |
[ ] |
Array of options: path, domain, secure, httpOnly |
Return type
bool