I have a website developed in ASP. When user logs off the website by using log off hyperlink / button on the web page, a flag is set in user's record in the database to
indicate user is now logged off. But if user just closes the browser instead of using log off hyperlink / button, flag in the user's record cannot be updated.
Is there some way / some technique i can capture the event or detect that user has closed browser / ended session and then i can update user's record ?
Please note i'm not allowed to use cookies or session variables.
Thank you.
indicate user is now logged off. But if user just closes the browser instead of using log off hyperlink / button, flag in the user's record cannot be updated.
Is there some way / some technique i can capture the event or detect that user has closed browser / ended session and then i can update user's record ?
Please note i'm not allowed to use cookies or session variables.
Thank you.