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:345435
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to