Just to be clear, you can run onSessionEnd all you want. This doesn't end the session. It just runs YOUR custom code in there. Just like you can run onApplicationEnd as well, it doesn't really end the application.
On 8/2/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > As Brian showed, if you just want to clear session data, just > structClear() or structDelete() as necessary. If you want to run the > onSessionEnd() method because it may also do logging or other end of > session activities, you will need to do this inside an application. cf > cmethod. The way I usually see it done is in the onRequestStart() > method put in logic that detects an URL string or some other trigger > that then calls the onSessionEnd() method. I do not think one can > access the application.cfc methods form outside the code, can one? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285252 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

