Question
variable scope in a cffunction
Is there a scope that would allow a variable set in a cffunction to be visible to the cfm file that calls it, similar to the caller scope used in custom tags? This is not including the return value of the cffunction.
I am trying to set a few variables in the OnRequestStart method of my application.cfc file, but these variables are not visible to the pages in the application.
