2 Replies Latest reply on Mar 27, 2008 6:58 PM by igorzolnikov

    Sharing features

    srpantano

      I made a EAR application, inside a WAR, that has security features. Now I need this same features in a new WAR, then I ask:

      a) I can put two WAR's in a EAR and share the session, then the user login in a page of first WAR and forwarded to index page of second?

      b) It's better have two different application (EAR) and share the session, then the user logged in a page of the first and forwarded to index page of second?

      thanks!