hello everybody!!

Can anyone help me with my problem please... I am developing an e-commerce application right now... it is an online ordering of product and online payment to the bank, this is a very critical transaction so I set up my session timeout to only 5 minutes.....
the scenario, i am maintening a session status in my local database, everytime a user logout, i'm updating the status to "OUT" for me to check those who are still login... now, when the user didn't press the logout button, the status is still "IN" even the session already timeout. I tried to place a code to update the status, in the SESSION_OnEnd() in Global.asa file but still didn't work.... What other option can I use or at what event can I place my code?

hope you understand... thanks

joe