Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q3015 Can I override the default timeout length on the ColdFusion server?

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!

©2018 Martin Webb