cookie
Retrieves a cookie value by key.
Return
The cookie value or null if not found.
Parameters
key
The cookie key.
Retrieves a cookie value by key with a default value if not found.
Return
The cookie value or the default value if not found.
Parameters
key
The cookie key.
default Value
The default value to return if the cookie is not found.