Gets the name of an authenticated user.
The name of an authenticated user.
GetAuthUser()
cflogin, cfloginuser, cflogout, GetUserRoles, IsUserInAnyRole, IsUserInRole, IsUserLoggedIn, "Securing Applications" in the ColdFusion Developer's Guide
ColdFusion MX: Added this function.
This function works with cflogin authentication or web server authentication. It checks for a logged-in user as follows:
<H3>GetAuthUser Example</H3> <P>Authenticated User: <cfoutput>#GetAuthUser()#</cfoutput>