You are here: irt.org | FAQ | ColdFusion | Q3015 [ previous next ]
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!