I have a asp application that suppose to reset some records in the database once the user close the browser..
I tried using Global.asa and put the codes to reset records under the Application_OnEnd event..
It doesn't seem to work
I also did the same in the Session_OnEnd event
However, it works well in the case of Sessio_OnEnd
Also I want the global.asa to redirect the user once it finishes the sql execution..
Any clue of the problem?
Bookmarks