users@glassfish.java.net

Re: How to log users out from Glassfish server - need help from SUN

From: <glassfish_at_javadesktop.org>
Date: Fri, 19 Mar 2010 13:07:50 PDT

You can also use request.getSession().invalidate() in order to invalidate the whole session. Both this and the request.logout() (Servlet 3.0 onwards) work irrespective of the auth method.
[Message sent by forum member 'nasradu8']

http://forums.java.net/jive/thread.jspa?messageID=392823