AuthenticatedUser

Returns the name of the authenticated user.

See also IsAuthenticated, AuthenticatedContext, and CFAUTHENTICATE.

Syntax

AuthenticatedUser()

Example

<!--- 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>

1