16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
<hr/>
|
|
test
|
|
<hr/>
|
|
<cfflush/>
|
|
<!--- <cftry>
|
|
<cfdump var=#session#/>
|
|
<cfcatch type="any"><cfdump var=#cfcatch#/></cfcatch>
|
|
</cftry> --->
|
|
|
|
|
|
<cfif structKeyExists(request, "logout_url")>
|
|
<cfoutput>
|
|
<a href="#request.logout_url#">Log Out: #request.logout_url#</a>
|
|
</cfoutput>
|
|
</cfif>
|