<cfflush>

Flushes currently available data to the client.

This tag cannot have a body.

This tag is also supported within <cfscript>

<cfflush interval=number throwonerror=boolean >
Attribute Description
interval
number, optional

Flush the output each time at least the specified number of bytes become available. HTML headers, and any data that is already available when you make this call, are not included in the count.

throwonerror
boolean, optional

If set to false, any exceptions thrown by the servlet engine, such as those resulting from a client disconnection, will be suppressed.

Examples

There are currently no examples for this tag.

See also