User Guide
Method summary 947
All parameters to these methods are positional. You can use any names for these parameters.
When a request executes, ColdFusion MX runs the CFC methods in the following order:
1.
onApplicationStart (if not run before for this application)
2.
onSessionStart (if not run before for this session)
3.
onRequestStart
4.
onRequest
5.
onRequestEnd
The onApplicationEnd, onSessionEnd, and onError CFCs are triggered by specific events.
onRequestStart A request starts
onSessionEnd A session ends
onSessionStart A session starts
Method name Method runs when