Auth_User is blank
I am new to coldfusion and need some "guiding" on this matter. I have a workstation with windows 10 and I have installed Coldfusion2016 as a .war file (cfusion.war, a JEE install option) in the webapps folder in apache tomcat 9.x directory.
In the following Coldfusion code, the Auth_User is blank and when I run my application I get error.
<cfset ThisUser_Id = TRIM(UCASE(RemoveChars(auth_user,1,find('\',auth_user))))>
What do I need to do to get value for "auth_user"?
