AuthenticatedUser

Description

Returns the name of an authenticated user.

See also

IsAuthenticated, AuthenticatedContext, 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>