Hi,
In my application, once the user logs in code is written in session_onstart to update / insert the user status .
Also there is code written in session_onend to update the user status again.
When the user logs in , session_onstart code is working correctly .
But when the user either logs off / close the application window ,
there is no change in the user count .i.e session_onend code is not working fine.
But when the global.asa page is refreshed, then the code is working and the correct user count is displayed in the site.
Is global.asa page need to be refreshed often ? If yes, can u please tell could it be done?