The cfoutput, most of the quotes and all of the # signs are
unnecessary in that block of code. Anyway, I doubt anything is wrong 
- cfsetting doesn't add anything to the query string, it just sets the
request timeout.

Here's a simplified version of your code:

<cfset ExecTime = 50000>
<cfif NOT StructKeyExists(URL,"requesttimeout")>
  <cfsetting RequestTimeout = "#ExecTime#">
</cfif>

This will do what you are after. A few notes:

1) It turns out that the sleep method of tesing this deosn't work,
since the thread isn't awake to time out (doh!)

2) Did you really need a timeout of just under 14 hours?

On 6/17/05, Michel Deloux <[EMAIL PROTECTED]> wrote:
> Thanx James

[snip]

> CF debug shows me this setting in CGI variables:
> 
> 141 ms 141 ms 1  D:\routers211\testingRequestTimeOut.cfm
> 
> QUERY_STRING=
> 
> What's happened?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:209761
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to