Lucee Tag Reference

<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.

Body

This tag can't have a body.

Example

<cflogout>
This tag is also supported within cfscript
<cfscript>
logout ;
</cfscript>

Attributes

This tag has no attributes