<cfflush>

Flushes currently available data to the client.

This tag cannot have a body.

This tag is also supported within <cfscript>

<cfflush interval=number >
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.

Examples

There are currently no examples for this tag.

See also