Share Session between 2 Java EE applications deployed in JBoss AS

后端 未结 3 1850
忘掉有多难
忘掉有多难 2021-01-21 10:54

I have 2 Java EE applications which need to share some common user related data of a logged in user.

Is there anyway by which I can store this data in the session from

3条回答
  •  再見小時候
    2021-01-21 11:21

    Single sign-on is the way to go (as prescribed). OpenId http://en.wikipedia.org/wiki/OpenID (Providers include Google, Yahoo, MSN etc) is worth a look

提交回复
热议问题