Hi,
I am using sessions in my program.
How is it possible to detect if a user is closing the browser window? If the browser window is closed i want to end the session.
Given that the user doesn't log out as they are supposed to.
The problem is, that if a user closes the browser and opens it up again before the session expiry time, they can log back in.
I would like to prevent this
I have seen this done on an Internet banking site but i don't know if it was through asp.
Does anyone know how?
I am using sessions in my program.
How is it possible to detect if a user is closing the browser window? If the browser window is closed i want to end the session.
Given that the user doesn't log out as they are supposed to.
The problem is, that if a user closes the browser and opens it up again before the session expiry time, they can log back in.
I would like to prevent this
I have seen this done on an Internet banking site but i don't know if it was through asp.
Does anyone know how?
