> 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?
You should certainly be as specific as possible within your exception handler. That said, your exception handler should trap and dispatch your exception before the CFERROR tag anyway. If it's not doing that, you probably have a logical error in your exception handling code. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270233 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

