Programming Reference:Functions:CCGetCookie
From CodeCharge Studio Community Wiki
Description
Retrieves the value of a specified cookie.
Location
Common
Syntax
CCGetCookie(name)
Return value
string
Parameters
| Name | Type | Description | Required |
| name | string | Name of the cookie whose value is to be returned. | Yes |
See Also:
CCSetCookie function