Dominic Watson wrote: > Just another note on this. I've heard of people setting up proxies > that ignored all redirect headers sent back to them. This means that > if you use cflocation to locate to your login page, you should also > ensure that the requested page does not show up should the cflocation > fail. ie.
When CFLOCATION is used, ColdFusion sets the location header in the response, doesn't send any page output that would normally get sent, and stops processing the page. Essentially, there's an implied CFABORT when you use CFLOCATION so it's not required to have one in your code. -- Justin Scott | GravityFree Member of the Technical Staff 1960 Stickney Point Road, Suite 210 Sarasota | FL | 34231 | 800.207.4431 941.927.7674 x115 | f 941.923.5429 www.GravityFree.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:319547 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

