How to Share HTTP and HTTPS Session
(Doc ID 401545.1)
Last updated on JUNE 07, 2024
Applies to:
Oracle Containers for J2EE - Version 9.0.4.1.0 to 10.1.3.5.0 [Release AS10g to AS10gR3]Information in this document applies to any platform.
Information in this document applies to any platform.
Goal
A web application needs to switch requests between HTTP and HTTPS back and forth.
To perform the switching, requests are redirected programmatically but there is also a requirement to share session data between requests.
Normally, this switch activity between the protocols causes the creation of new session and the application looses all the session attributes.
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 |
References |