CodeCharge StudioCreates a new cookie and assigns it the specified value or sets the specified value to the named cookie if it already exists.
CCSetCookie(name, value)
| Name | Type | Description | Required |
|---|---|---|---|
| name | string | Name of the cookie whose value is to be set. | Yes |
| value | string | The value to be assigned to the cookie. | Yes |