Display a message on a long running .cfm page…

Since this questions comes up quite often, I’ve posted a quick solution from the ColdFusion Cookbook blog. Check it out How can I display a message on a long-running page? Basically use the <cfflush> tag to push contents to the user before the long process initiates. Make sure you read the part about what doesn’t [...]