Defined in Application.cfc, invoked when the request starts before onRequest.
function onRequestStart(string targetPage) { return true; }
returns boolean
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| targetPage | string | Yes | Requested template path relative to the webroot |