> So I follow the security guide and use verfiyClient() as > auggested in CF8 Ajax programming rules and techniques -> > Improving security: > http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?cont > ent=ajaxdata_11.html#1156357 > > I got the following exception but I have no idea what I did wrong. > > ------------ > Client verification failure. > You must have a valid login to access this page. > > The error occuried in XXX.cfm line x > ------------ > (where x is the line I have <cfset verifyClient()>
You won't be able to run this page directly, if you have this, I think. It will only let you run the page from your AJAX call. If your AJAX call invokes a CFC method, you'd have to use the VERIFYCLIENT attribute in your CFFUNCTION tag instead. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298501 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

