Having methods fire at session end.
Hi,
I'm not sure this is the right forum to ask this but here it goes:
I am working on a web application and i have alot of logging to do when my users log off. This is done right when the user logs off using the log off button. The problem is, if my users just close the window and the session is automaticaly killed 2 hours later, the logging job is not done then.
Is there anyway to call methods or do anything for that matter automaticaly at session end even when the session is destroyed by the application itself ?
Thanks in advance!

