Hello, I have a problem with the logout functionality on my web application . it is a simple application that uses DatabaseServerLoginModule to login and uses invalidate() in the application and

flushOnSessionInvalidation="true"

in jboss-web.xml. also each page in the jsp has

<%@ page session="false"%>

on the very top and the session is opened (if needed) using

HttpSession sess = request.getSession(false);

where the sess would be used as session in the page.

i had done the above steps ,but th I have a problem with the logout functionality on my web application .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.