Hello,

I'm looking for a way to determine the request timeout of the currently
executing page. As a point of reference, the following code returns the
request timeout configured in the ColdFusion administrator (30) rather than
the request timeout set in the cfsetting tag (100):

  <cfsetting requestTimeout="100">
  <cfset factory = createObject("java", "coldfusion.server.ServiceFactory")>
  <cfdump var="#factory.RuntimeService.getRequestTimeoutLimit()#">

Ben Rogers
http://www.c4.net
v.508.240.0051
f.508.240.0057


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184381
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