> does anyone know how to DYNAMICALLY extend the timeout in > CFSETTNG for a long data carry by using CFHTTP? say, it takes > 10min - or up to 90min sometime.
You can use the TIMEOUT attribute of CFHTTP to override the normal timeout of a CFHTTP request, but you will also need to override the timeout of your page itself using CFSETTING. But honestly, if it takes ninety minutes to fetch something using CFHTTP, you probably shouldn't do that. Use something else (like wget) to fetch files for you if they take that long. 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! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276517 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

