2008/10/2 Dave Watts <[EMAIL PROTECTED]> > > Up until know I thought that scoping variables with form. that you were > > guaranteed those variables were coming from a form post. > > This is one of those things that has varied from one version of CF to > another, if I recall correctly. >
Yes, bits of this have changed from version to version. I remember back when you could inject a URL variable called SESSION.username, for example, and isDefined(SESSION.username) would return true; this is when I started using structKeyExists() exclusively. This has since been fixed for the session scope. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313367 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

