hi

we have the following code in the onrequeststart method in the application.cfc

<cfif comparenocase(cgi.script_name,"/ReBaseMG/index.cfm") neq 0>
  <cfoutput>Access Denied</cfoutput><cfabort>
</cfif>

however this is causing a continuous loop, and we cannot see why??

can anyone spot the reason why this code would cause that

thanks
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:316392
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to