[jboss-user] [Security & JAAS/JBoss] - Re: logout() in customized login modele

2008-01-11 Thread jdsignature
Thanks so lot for your help, I noticed that the following configurations need to be done in order to have this to work properly: Code: java:jaas/eluminate thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119256#4119256 Reply to the

[jboss-user] [Security & JAAS/JBoss] - Re: logout() in customized login modele

2008-01-10 Thread ragavgomatam
When your HttpSession time's out or when you call session.invalidate(), the container expires the caching of security credentials. I believe you are referring to DefaultCacheTimeout in jboss-service.xml. This specifies the default timed cache policy timeout in seconds.If you want to disable cac