Weird: an application variable exists, except when a CFC method is called
Scratching my head on this one.
A CFDUMP shows that all application scoped variables are defined and have a value, when the site first loads, and when another document is included; but when JavaScript is used to call a CFC, one of the variables doesn't exist; and if checked after this error, it's still in the application scope, still has the proper value.
CFAJAXPROXY is seeing the .cfc file, no problem. At the top of the .cfc file, many application scope variables are being copied to the "this" scope. It is here that the error message is happening (application.CACHE_TIME is the object of questionable existential status.)
What could be causing this?
Thanks,
^_^
