You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by JWM <te...@malcolms.com> on 2006/05/01 19:06:09 UTC

Single SignOFF?

I'm using the single signon authenticator for cross-web-app authentication.
For logoff, I was simply killing the session.  But that only kills the one
session where the call was made.  How do I log a user off of all logged on
sessions?

 

Thanks.