Scratch that if you're above 5.0. It looks like it has been taken out. But you could still use it.
Put a cfparam in your application.cfm so it's always there and use. <cfsetting requesttimeout="#val(url.requesttimeout)#"> That way you wouldnt have to adjust any code to try a new timeout value. You could adjust it with a url var. (I wouldnt leave it there for production though) -----Original Message----- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 2:03 PM To: CF-Talk Subject: RE: Timeout template after x seconds You used to be able to put requesttimeout in a url variable that would override the main settings. So you could just hit http://mysite.com/?requesttimeout=500 That may or may not still work. I havent used it since 4.5 or 5.0 for a client who wanted to upload huge files on a dial up connection. -----Original Message----- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 1:39 PM To: CF-Talk Subject: Timeout template after x seconds Hey guys, We are doing some planning for an upcomming project and have a question about the timeout. Is there a way that you can programatically set the timeout for a page that overrides the cfadministrator setting? In other words, in the admin, we have a timeout after 60 seconds. But we have a page we are going to make into a scheduled task that will most likely take much longer to run and thats okay. Is there a way to make that template exempt? Thanks, -- Ryan Guill BlueEyesDevelopment [EMAIL PROTECTED] www.ryanguill.com (270) 217.2399 The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com www.ryanguill.com/ The Roman Empire: www.ryanguill.com/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217473 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

