cf_killsession
Description |
| Deletes entire coldfusion session tokens or specific sessions in structure. |
Usage |
| A useful tag for development purposes. Gives you an easy method of deleting all ColdFusion cookies in your browser without having to manually clear them from your internet options. |
Attributes |
||
| name | Optional | The name of the session to delete from the structure. The default is "all". This method deletes all sessions currently running. |
