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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...