logout with basic authentication without closing webbrowser like banking sites will display

Posted by Satya on Stack Overflow See other posts from Stack Overflow or by Satya
Published on 2010-01-25T11:04:29Z Indexed on 2010/03/26 21:03 UTC
Read the original article Hit count: 469

Filed under:

hi, I need to come out of the application after some inactivity session I tried using session.invalidate(); but it is not working as i am using basic authentication and i redirected to JSP page where it asks for login again but it is not asking any login credentials directly logging in to application The only way to logout with basic authentication is to close the Webbrowser. I need an API such that after inactivty say 10 mins it should redirect to one JSP page without closing the browser like banking sites will display session expired please login again

Thanks in advance, Satya

© Stack Overflow or respective owner

Related posts about jsp