Sharing Application Context Session
(Doc ID 740585.1)
Last updated on FEBRUARY 18, 2025
Applies to:
Oracle Containers for J2EE - Version 10.1.3.0.0 and laterInformation in this document applies to any platform.
Information in this document applies to any platform.
Goal
Is it possible to share session context between 2 web applications?
For example,
You have 2 application modules that are deployed as WAR files and you would like them to share the session between them. Since they have 2 different context, you can't read the session that is created by the other one.
How can we get the session data within OC4J environment?
How can we get the session data within OC4J environment?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |