nissan240zx
Programmer
Hello All,
I am working on a JSP application where I want to capture users' login and logout session information.
My concern is that if the user doesnt use my logout button to end the application, I wont be able to get the value.
What if they close the window by File > Close or just click the "x" or by doing Alt F4.
How do I prevent user from using all these. Can I disable all these close method and only allow endding a session using the logout options in the application.
Please advise
Nissan
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder
I am working on a JSP application where I want to capture users' login and logout session information.
My concern is that if the user doesnt use my logout button to end the application, I wont be able to get the value.
What if they close the window by File > Close or just click the "x" or by doing Alt F4.
How do I prevent user from using all these. Can I disable all these close method and only allow endding a session using the logout options in the application.
Please advise
Nissan
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder