AdobeStock_455007340

Getting User Login Details

Home » Getting User Login Details

Within a block, two variables in the CFLOGIN scope provide details about the logged in user. CFLOGIN.name contains the login name, CFLOGIN.password contains the login password. When not in a code block use the GetAuthUser() function to get this information. (Applies to: ColdFusion MX)

Leave a Reply