Hi everybody, I have big problems when the users of my web-app are closing their browsers without using the "logout"-Button in my web app. This button is associated with an action-method which calls some important "clean-up"-methods. If the users are simply closing / exiting their browsers this action-method is not called, which causes some problems for the hole web-app.
So is it possible to associate this "logout"-method with the "exiting of the web-browser"? Is there another specific method called if the user closes his browser? Greetings, Hendrik

