2 Replies Latest reply on Apr 7, 2013 2:25 AM by sergiu_pienar

    JBoss 5.1.0 GA custom login module issue

    sergiu_pienar

      I have 2 webapps packed within an .EAR file. Im using a custom login module that extendsDatabaseServerLoginModule`.

      My problem is the following: if I log into the 1'st app - my call will go through my login module but if I want to log into the second app while I`m still logged in the 1'st app the login module doesn't get called (this if I pass correct credentials - otherwise the login module is called and the login refused).

      Has anyone had such issues before ? Would it be possible for JBoss to cache the credentials ?