OnRequestEnd.cfm |
Ketan Jetty
enthusiasm for technology
|
||
![]() ![]() |
|||
OnRequestEnd.cfm OnRequestEnd.cfm page is auto-appended after every request, if it exists (opposite to Application.cfm page). The OnRequestEnd.cfm page must be in the same directory as the Application.cfm page. The OnRequestEnd.cfm page does not run if there is an error / exception in the requested page or if the application encounters a cfabort or cfexit tag. In unix environment, OnRequestEnd.cfm file should be spelt with as shown with capital O, R and E. |
|
||
Ketan Jetty @ 2010. All Rights Reserved. |