How to call onSessionEnd Explicitly
Hi all,
I have a problem in Application.cfc .Please give some suggestions .
In my Application.cfc I have created one onSessionEnd function where I am creating log report of which session exists for how much time. It works fine only when the session expires automatically but I want make a explicit call to that function in my log out page.I had tried but it is showing some error.Is it possible to explicitly call this function.
