Access session of another web application

后端 未结 3 1024
生来不讨喜
生来不讨喜 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条回答
  •  萌比男神i
    2021-01-05 09:51

    As far as i've read and seen, it is not possible to share sessions across different webapps. You can only serialize a session for transfer between instances of the same webapp.

提交回复
热议问题