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
Good Afternoon- Scrounging the jaas mail -lists I found this from Jan Bertel you haven't specified a element in the element of your web.xml file. So, if you want to avoid the exception, you can just specify a that is the same as your jboss-web.xml element minus the java:jaas prefix. (excerp