losing application variables in CF8
I have the following issue. My application has a single application.cfc (no application.cfm). Application variables are consistently "disappearing," i.e., becoming undefined. This is generating runtime errors after minimal user activity. If the server is rebooted, the variables persist for a very short time (a few minutes) and then are undefined again.At what time the variables "disappear" appears to be random.
The server is a ColdFusion Enterprise server (CF 8).
Does anyone know why application variables would suddenly go from being defined to undefined within the same user visit? Is there any "side effect" of built-in CF functions or tags which could cause this behavior unexpectedly?
Thanks.
