Logs the current user out. Removes knowledge of the user ID and roles from the server. If you do not use this tag, the user is automatically logged out when the session ends.
<cflogout>
New in ColdFusion MX: This tag is new.
<cflogin>
<cfloginuser
name = "foo"
password ="bar"
roles = "admin">
</cflogin>
<cfoutput>Authorized user: #getAuthUser()#</cfoutput>
<cflogout>
<cfoutput>Authorized user: #getAuthUser()#</cfoutput>
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6
Comments are no longer accepted for ColdFusion MX. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt171.htm
Comments
algorythm said on Jul 14, 2003 at 2:24 PM : algorythm said on Jul 14, 2003 at 2:24 PM :