I am writing an intranet app in Interdev 6 with an Oracle 8i backend. I have a DBA page which shows all current users. I write them into an oracle table when the users' individual session_onstart events fire, and I remove them when the session_onend event fires (unfortunately this is usually after the 20 minute timeout).
Does anyone know how to capture a browser exit event (when a user clicks the X in the upper right hand corner) or other way of closing a browser? I don't want to rely on the session timeout but I can't figure out how to capture the moment a user closes the browser.
Thanks to anyone who can help.
Does anyone know how to capture a browser exit event (when a user clicks the X in the upper right hand corner) or other way of closing a browser? I don't want to rely on the session timeout but I can't figure out how to capture the moment a user closes the browser.
Thanks to anyone who can help.