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.
<cflocation url="/login" /><cfabort /> Or somesuch. Dominic 2009/2/19 Alan Rother <[email protected]>: > You need to either use cflocation to redirect them to your login page or a > cfinclude of the login page followed by cfabort. Ideally, this login check > code is in your application.cfm or Application.cfc. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:319543 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

