cflogout

Logs the current user out. Removes knowledge of the user ID,
password, and roles from the server. If you do not use this
tag, the user is automatically logged out when the session
ends.

  <cflogout>

 cflogout();

Examples
Sample code using the cflogout tag


Fork me on GitHub