280
AuthenticatedUser
Returns the name of the authenticated user.
See also IsAuthenticated, AuthenticatedContext, and CFAUTHENTICATE.
Syntax
AuthenticatedUser()
Examples
<!--- This snippet shows how to use AuthenticatedUser --->
<HTML>
<HEAD>
<TITLE>
AuthenticatedUser Example
</TITLE>
</HEAD>
<BODY BGCOLOR=silver>
<H3>AuthenticatedUser Example</H3>
<P>Authenticated User: <CFOUTPUT>AuthenticatedUser()</CFOUTPUT>
.
.
.
<HTML>
<HEAD>
CFML Language Reference
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?
Questions and answers