From the Adobe CF documentation on CGI variables (http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Expressions_8.html):
"In ColdFusion, these variables are referred to as /CGI environment variables/. CGI Environment variables contain data about the transaction between the browser and the server, such as the IP Address, browser type, and authenticated username. The available CGI variables depend on the browser and server software..." "Because the available variables depend on the server, browser, and the types of interactions between the two, not all variables are normally available..." Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer ____________ http://blog.cutterscrossing.com Co-Author "Learning Ext JS 3.2" Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book "The best way to predict the future is to help create it" On 6/21/2011 5:47 AM, Scott Brady wrote: > I'm not familiar with that particular CGI variable, but did something change > on the IIS side? > > On Mon, Jun 20, 2011 at 9:04 AM, Bern Weed<[email protected]>wrote: > >> I'm have an application that has been using CGI variables and working fine. >> It stopped working and I'm not sure why of course. I am using IIS 7 and >> ColdFusion 9. I can get it to return cgi.auth_user but not the >> cgi.cert_subject and it was working for both. Anyone have any ideas or know >> of any patches, settings that would affect this. Thanks. >> >> <cfif CGI.auth_user IS NOT ""> >> <cfoutput>#CGI.cert_subject#</cfoutput> >> <cfdump var="#cgi#"> >> <cfelse> >> CGI variable does not exist >> </cfif> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345474 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

