So, I checked with one of the engineers and the thing with HTTP being
the same as CGI is old behavior. I never ran into this before - but now
you know. 

Another interesting thing you may not know about cgi - you can output
ANY cgi variable, even if it doesn't exist:

<cfoutput>
#cgi.raycanttype#<br>
#structkeyExists(cgi,"raycanttype")#
</cfoutput>

When outputting, the value returned is an empty string, and
structkeyExists will return Yes.

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Hire

Email    : [EMAIL PROTECTED]
Yahoo IM : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda 


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to