i have problem, i have logout form, if i closed the browser without click on the logout. then asper the security reason we will maintain a session time in web.xml i want to mantain that type of session time out in javaScript is it possible these type of problem in javascript
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
1
posted
0
is it possible these type of problem in javascript
No - because there are many ways a browser can be closed without giving JavaScript a chance to act.
This problem gets discussed alot in this forum, browse over recent posts or use the search function to see more.