CodeCharge StudioCreates a session variable and assigns it the specified value or sets the specified value to the session variable if it already exists.
CCSetSession(name, value)
| Name | Type | Description | Required |
|---|---|---|---|
| name | string | Name of the session variable to be created or set. | Yes |
| value | string | The value to be assigned to the session variable. | Yes |