I inherited an application that has a custom variable in the CGI Scope:
CGI.HTTP_variablename
How are custom variables added to the CGI Scope in ColdFusion (in this case, version 2018).
This variable is internal to the organization and is used with CFLDAP for user verification, so it cannot be done a different way.
I also do not have access to the web server or the ColdFusion administrator to just check how it was done. All I have access to is the source code, and there is nothing in the source code that helps to answer this question.
The site itself is hosted in IIS, but the ColdFusion Administrator is running on TomCat.
Thank you.