This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Storing Principal and session informationjwkaltz Mar 4, 2002 8:29 AM (in response to dshsapp)You could subclass the login module you're using, and put your code in there. 
- 
        2. Re: Storing Principal and session informationdshsapp Mar 4, 2002 6:14 PM (in response to dshsapp)thanks jwkaltz 
 I am using org.jboss.security.auth.spi.DatabaseServerLoginModule.
 If I subclass it and put my code there I guess it would be applicable to all the servlets. I want to store the session and principal information only for certain servlets.
 
    