users@glassfish.java.net

Re: how to Logout with SSO enable

From: <glassfish_at_javadesktop.org>
Date: Sun, 06 Jun 2010 00:19:02 PDT

OS: MacOSX 1.6.3
JRE:build 16.3-b01-279, mixed mode (come with MacOSX)
GlassFish:GlassFish v3 (build 74.2) come with NB 6.8

Log-in method = Basic
Logout just use servlet with

request.getSession().invalidate();
response.sendRedirect("");

SSO i just enable from from HTTP Service in admin console

**I just try diable SSO it still doesn't work!
[Message sent by forum member 'javadevil']

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