Hi Dave, Thats exactly what I had before but the error.cfm template still caught the issue.
What I'd like to do is somehow prevent the error.cfm page from kicking in so that the rest of the script can continue and the user is oblivious to the timeout. Perhaps I need to trap for a specific exception? Rey Dave Watts wrote:> > Wrap the call to Verisign in CFTRY, then deal with the problem using > CFCATCH. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! >> In this specific situation, ColdFusion timed out (not >> Verisign) so the CF error trapper caught that exception and >> presented the user with a nice error page. >> >> What I want to do is take it a step further so that if my >> Verisign call times out, I can override the handling of the >> ColdFusion timeout error, set a flag letting the script know >> that the request timed out, let the script continue >> processing and save the order in a "Not Authorized" >> status. This would allow the order to go through (thus not losing a >> sale) and our customer service team to process the >> transaction manually. >> >> I *only* want to do this for a CF timeout and on this >> specific page. Any other exceptions would still be handled by >> the error.cfm template. >> >> I'm not quite sure how to do it and was hoping to get some guidance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270230 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

