Hi,
Each security domain has a cache which is (by default) extension of org.jboss.util.TimedCachePolicy. By default, defaultLifetime for each entry in this cache is (30*60) sec. But it is configurable and you may change in your jboss-service.xml under security section, OR ofcourse ON THE FLY with a JMX as I told or using web console of Jboss. see : http://localhost:8082/ViewObjectRes//jboss%2Esecurity%3Aservice%3DJaasSecurityManager OR select the folwing section from http://localhost:8082 jboss.security service=JaasSecurityManager if it is not enough, see org.jboss.security.plugins.JaasSecurityManagerService source code. Best regards Mehrdad Ashrafi ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
