August 2003
Intermediate to advanced
1140 pages
68h 45m
English
cflogout
<cflogin>
<cfloginuser>
</cflogin>
<cflogout>Logs a user out when used with ColdFusion MX’s
security framework. If a cflogout tag is not used,
a user is automatically logged out when their session ends as defined
by the idletimeout attribute in the
cflogin tag. The cflogout tag
can only be used after a user has been logged in with the
cflogin tag. This tag has no attributes.