|
|
Q3015 Can I override the default timeout length on the ColdFusion server?
irt.org | Knowledge Base | ColdFusion | Q3015 [ previous next ] Q3015 Can I override the default timeout length on the ColdFusion server?Yes. When you call the template through your browser, include the "RequestTimeout" parameter. http://some.domain.com/myTemplate.cfm?RequestTimeout=500 This indicates that the ColdFusion server should wait up to 500 seconds before timing out. NOTE: This will not override any NT Server settings, so your web server could timeout before the CF server does! |
-- div -->
|