Kripal Singh wrote:I also faced the similar situation once and here is the solution I used. We set the session timeout at 30 min. After 28 min of inactivity we pop up a window (using JavaScript) giving two options either to continue or to logout. If user chooses to continue we invoked one servlet, which does, nothing but hit the server and close the popup window. If there is no activity the user is logged out automatically after two minutes.