[jboss-user] [Security & JAAS/JBoss] - Re: how do you log out of JBoss if your using j_security_che

hezimmer do-not-reply at jboss.com
Thu Feb 1 10:45:56 EST 2007


Hi,

call session.invalidate() in your web app.
You must also set flushOnSessionInvalidation="true" in your jboss-web.xml

f.e.
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
 <security-domain flushOnSessionInvalidation="true">java:/jaas/MySecurityDomain</security-domain>
</jboss-web>

Sincerly,
Heiko

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009495#4009495

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009495



More information about the jboss-user mailing list