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> > > -- ----------------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:345473 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

