coldfusion,default,coldfusion-10,cfc,cffunction
It is doing as it should. onApplicationStart -- Runs when ColdFusion receives the first request for a page in the application. For this, to easily see this, you can try changing the name of the application, then visit a page within. onSessionStart -- Only run upon the first visit within...
The version of the question that I posted wasn't actually a carbon copy of the function in the source file. The function in the source actually had some <cfargument> tags (the first one being name="select") that were commented out. I was commenting them like this: <!-- a comment --> which...