GetAuthUser

Description

Gets the name of an authenticated user.

Return value

The name of an authenticated user.

Category

Authentication functions

Syntax

GetAuthUser() 

See also

isUserInRole

History

New in ColdFusion MX: this function is new.

Example

<H3>GetAuthUser Example</H3>

<P>Authenticated User: <cfoutput>GetAuthUser()</cfoutput>

Comments