Access session of another web application

后端 未结 3 1004
生来不讨喜
生来不讨喜 2021-01-05 09:32

Is it possible to configure two separate web apps (WAR) in a J2EE application (EAR) to access a shared session context?

Further info:

I ended up creating a s

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-05 09:55

    There is no "standard" solution to this. However, many application servers have their own extensions for this. WebSpere has a "Shared session context" option for example.

    See here: http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tprs_sharing_data.html

提交回复
热议问题