Lucee Function Reference
Function DELETECLIENTVARIABLE
Removes the element represented by the key from the [client] scope
Example
deleteclientvariable(string name):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of a client variable to delete, surrounded by double-quotation marks |