Whatever message this page gives is out now! Go check it out!
<cflogout session="all|current|others"
applicationToken="token">Attribute | Description | Default |
session | When invoked which session should be logged out. This is a string. The possible values are:
| current |
applicationToken | When using application token attribute for cflogin, the cookie that gets created uses the application token CFAUTHORIZATION_applicationtoken. The applicationtoken attribute has been added for cflogout tag so that the same application token can be specified here in the cflogout tag. | Application Name |
<cflogin>
<cfloginuser
name = "foo"
password ="bar"
roles = "admin">
</cflogin>
<cfoutput>Authorized user: #getAuthUser()#</cfoutput>
<cflogout>
<cfoutput>Authorized user: #getAuthUser()#</cfoutput>