Rani
Member since Apr 12, 2011
- Profile: /members/8137-rani.htm
- Comments: 1
Recent Blog Comments By Rani
-
OnApplicationEnd() And OnSessionEnd() Errors Don't Get Logged In ColdFusion
Posted on Apr 12, 2011 at 8:23 PM
@Nich, onSessionEnd does not give you direct access to the Application and Session scopes. So that you should ARGUMENT them, like: <!--- OnSessionEnd routine ---> <cffunction name="OnSessionEnd" access="public" returntype... read more »