aspose file tools
The moose likes Servlets and the fly likes problem in session Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "problem in session" Watch "problem in session" New topic
Author

problem in session

rameshbabu yarlagadda
Greenhorn

Joined: Jul 15, 2007
Posts: 10
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
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.

Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: problem in session
 
Similar Threads
Update database for logout when signout is not done properly
Session Catching
Redirection through Filter or SessionListner
problem in logout procedure
logout from page with frames