onRequestEnd

Defined in Application.cfc, invoked at the end of the request before the request is terminated. It can generate output.

function onRequestEnd(string targetPage) { } → returns void

Argument Reference

targetPage string
Required

Requested template path relative to the webroot

Examples
Sample code invoking the onRequestEnd function

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub