Authenticateduser - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Coldfusion 4.5

Table of Contents