>Your logic in App.cfc is probably something like this, inside onRequestStart: > >if not logged in, go to login_fial.cfm > >The problem, of course, is that the request for login_fail.cfm will >also trigger onRequestStart. > >So you probably want to just modify your logic to say > >if not logged in and not asking for login_fail.cfm, go to login_fail.cfm > > > >>
thanks guys. i'll try both suggestions. may be add cfc app file within my login folder that will be the easiest way. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5733 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
