flashDelete()
Description
Deletes a specific key from the Flash.
Function Syntax
flashDelete(key)
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
key |
string |
Yes | |
The key to delete. |
Examples
<cfset flashDelete(key="errorMessage")>
