Whatterz


Articles tagged onRequestStart

Anatomy of the Application.cfc in ColdFusion 8
With the release of ColdFusion MX 7 came the introduction of the Application.cfc ColdFusion component. This component replaced the traditional Application.cfm and OnRequestEnd.cfm ColdFusion application templates. Furthermore, if Application.cfc is present, both of these templates are ignored by the application. In addition to replacing the Application.cfm, the Application.cfc introduced a number of built in methods that handle specific events. These events, as discussed in detail below, allow for a greater control over events within the application. Read more – ‘Anatomy of the Application.cfc in ColdFusion 8’.