Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Display "Timeout Requests after ( seconds )" value

New Here ,
Mar 07, 2010 Mar 07, 2010

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!

TOPICS
Advanced techniques
698
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 08, 2010 Mar 08, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources