This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: JAAS LoginModule validatePassword each 15minutehalset May 27, 2003 9:46 AM (in response to halset)I have created a subclass of FormAuthenticator that appends the sessionid to the password before it is stored in the session. My RSALoginModule splits the password and sessionid and store a hash of it in a persistant store. 
 It is a bit ugly, but it works :)
