ronblackHP
1/13/2020 - 12:56 PM

CFFLUSH

Note

In order to get CFFlush to work in CF11+:

  1. Modify C:\ColdFusion2016\config\wsconfig\1\isapi_redirect.properties file ... iis_buffer_enable= false
  2. Use a buffer string so the browser will flush every time cfflush is called
writeoutput(repeatString(" ", 250));
cfflush();