[jboss-user] [JBossCache] - Re: Relogin after 30 minutes

2008-03-13 Thread typsy
The solution might be, istead of having a simple return false; for 
JaasSecurityManager.refresh(), it may be replaced with this:

public boolean refresh() {
  | expirationTime = System.currentTimeMillis() + (1000 * lifetime); 
  | //where lifetime usually = DefaultCacheTimeout value from jboss-service.xml
  | return true;
  | }
  | 


Hope this helps. It worked in my case.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4136354#4136354

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4136354
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: Relogin after 30 minutes

2008-02-27 Thread typsy
mircea.markus wrote : This is not related to JBossCache

okay, I see, it's not related to JBoss Cache, but it's related on authenticated 
users cache.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132406#4132406

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132406
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: Relogin after 30 minutes

2008-02-26 Thread mircea.markus
This is not related to JBossCache

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132259#4132259

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132259
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user