1 Reply Latest reply on Jul 6, 2009 7:48 PM by jeanluc

    share login from two seam apps on the same server

      I'm not sure this has anything specifically to do with Seam, but I'm hoping there might be a way of accomplishing


      I have two seam (ear) apps in jboss 4.2. the two apps uses the same DB on which reside users and other info. Since the first app has the seam login to authenticate users, is there a way to automatically login users wich access from the second app? I mean, if I log from the first app and then i navigate to the second app (wich is on the same app. server), is there a way that the second app detect that the user is logged from app1 and to log automatically?


      A first approach is to store in db the logged in info, but my question is there is another, perhaps better way to accomplishing


      regards