Re: session.invalidate doesnt log me out...

2005-11-20 Thread Laurie Harper
Raghu Kanchustambham wrote: Hi, Shouldnt session.invalidate() log me out? request.getSession().invalidate(); try { response.sendRedirect("home.jsp"); } catch (IOException e) { e.printStackTrace(); } I am using JAAS Basic authentication on tomcat. When the above code is executed and the redirec

Re: session.invalidate doesnt log me out...

2005-11-20 Thread Martin Gainty
rs Mailing List" Sent: Sunday, November 20, 2005 1:44 PM Subject: session.invalidate doesnt log me out... Hi, Shouldnt session.invalidate() log me out? request.getSession().invalidate(); try { response.sendRedirect("home.jsp"); } catch (IOException e) { e.printStackTrace(); } I am us

session.invalidate doesnt log me out...

2005-11-20 Thread Raghu Kanchustambham
Hi, Shouldnt session.invalidate() log me out? request.getSession().invalidate(); try { response.sendRedirect("home.jsp"); } catch (IOException e) { e.printStackTrace(); } I am using JAAS Basic authentication on tomcat. When the above code is executed and the redirection happens back, i expected