Author: Hims | Posted on: 4/26/2010 9:36:45 AM | Views : 792

Hi All,

For web application, I need to perform some task when the client closed the browser the problem is I dont have the source code of Web Application but that web application referances a dll for which i have the source code.

Anyhow can i get the session_end event in the dll so that i can perform that task in the dll which Web application referances.

I have tried implementing Desctructor in the dll library but it is not getting called always. It depends on the Garbage Collector Cycle.

Thanks in advance,
...

Go to the complete details ...