David Wirtz
Member since Oct 11, 2013
- Profile: /members/11319-david-wirtz.htm
- Comments: 2
Recent Blog Comments By David Wirtz
-
Dumping Out The CGI Scope Does Not List All Available CGI Values In ColdFusion
Posted on Oct 11, 2013 at 11:03 AM
BTW, I think you might have a typo on line 20. It has cig instead of cgi.... read more »
-
Dumping Out The CGI Scope Does Not List All Available CGI Values In ColdFusion
Posted on Oct 11, 2013 at 11:02 AM
I found this issue a couple years ago when I noticed one of custom Apache CGI variables wouldn't show up in our CGI dumps. In order to get the custom variable to show up, I used structCopy/structInsert and then dumped the new customCGI scope: <cfset customCGI = structCopy(cgi) /> <... read more »