This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: how to implement a change of user password?starksm64 Oct 28, 2004 2:41 PM (in response to ereze)Re-read the wiki page on this as it shows how to flush a single user from the cache: 
 http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials
- 
        2. Re: how to implement a change of user password?ytzel Nov 1, 2004 6:06 AM (in response to ereze)good solution, but only for jboss. if i want to keep my code j2ee-plattform independent (k, i know jboss is the only one) what should i do ?!? 
 there is also another functional requirement. what happens if change my password and afterwards i want to click through my web-app. after a cache-miss (auth-cache timeout or full) the web-container raises the login-page and i have to login myself again but with the new credentials. I WILL NOT LOGIN during my allready authenticated web-session!!!
 
     
    