Copy link to clipboard
Copied
I was wondering if anyone knows how to display the "Timeout Requests after ( seconds )" value that is set in the ColdFusion Administrator under the
Server Settings > Settings section.
Also, when I try to override the value that is set to 25 seconds using <cfsetting RequestTimeout = "1800"> or filename.cfm?RequestTimeout=1800 it doesn't override the default value set in the ColdFusion Administrator.
Any help to display and/or change the value will be greatly appreciated. Thanks in advance!
Copy link to clipboard
Copied
I was wondering if anyone knows how to display the "Timeout Requests after ( seconds )" value that is set in the ColdFusion Administrator
You can get the value using the CFAdmin API, but you need to provide the CFAdmin pwd to be able to access the values (this might or might not be an issue).
Also, when I try to override the value that is set to 25 seconds using <cfsetting RequestTimeout = "1800"> or filename.cfm?RequestTimeout=1800 it doesn't override the default value set in the ColdFusion Administrator.
Are you sure of that? I've never used the URL-param approach, but I regularly use the <cfsetting> approach, and have never had an issue. Can you create a test case that demonstrates this? Can you replicate it reliably?
--
Adam