Cfsetting - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfsetting

Description
Controls aspects of page processing, such as the output of HTML code in pages.
Category
Page processing
Syntax
<cfsetting
enableCFoutputOnly = "Yes" or "No"
showDebugOutput = "Yes" or "No"
requestTimeOut = "value in seconds" >
See also
cfcache, cfflush, cfheader, cfhtmlhead, cfinclude,
History
ColdFusion MX 6.1: Changed behavior: if the tag has a body, ColdFusion executes its contents.
ColdFusion MX:
Added the
requestTimeOut
The
catchExceptionsByPattern
in releases later than ColdFusion 5.
Changed exception handling: the structured exception manager searches for the best-fit
handler. (In earlier releases, an exception was handled by the first
cfcatch
could handle an exception of its type.)
Attributes
Attribute
enableCFoutputOnly Required
showDebugOutput
requestTimeout
Usage
The
cfsetting requestTimeout
enforce a page timeout, detect the URL variable and use code such as the following to change the
page timeout:
<cfsetting RequestTimeout = "#URL.RequestTimeout#">
You can use this tag to manage whitespace in ColdFusion output pages.
tags,
Variable manipulation tags
attribute.
Req/Opt
Default Description
Optional
Yes
Optional
attribute replaces the use of
attribute is obsolete. It does not work, and causes an error,
• Yes: blocks output of HTML that is outside
tags
cfoutput
• No: displays HTML that is outside
• Yes: If debugging is enabled in the Administrator,
displays debugging information
• No: suppresses debugging information that would
otherwise display at end of generated page.
• Integer; number of seconds. Time limit, after which
ColdFusion processes the page as an
unresponsive thread. Overrides the timeout set in
the ColdFusion Administrator.
cfsilent
cfcatch
cfoutput
within a URL. To
requestTmeOut
cfsetting
block that
tags.
321

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents