Understand why session_end was called

554 Views Asked by At


I'm looking for a way to intercept the reason why the event session_end in the global.asax was called, especially I would like to catch the event when the Session.Abandon() was called... is there a way?

I must do some operations only when the session expire, and some other operations when the command Session.Abandon() is explicitly called

Thanks and sorry for my poor english

0

There are 0 best solutions below