cookie::get
Get a cookie value
cookie::get($key = null, $default = null)
Parameters
$key (string)
The name of the cookie
$default (string)
The default value, which should be returned if the cookie has not been found
Return values
mixed
The found value