Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Apex Session Sharing with multiple cookies, possible or not ?

User_I1RHASep 5 2022

Hello,
we have the following scenario:
app "A" and app "B" with session sharing enabled and the same cookie value defined (example of value "first_cookie"),
app "C" and app "D" with session sharing enabled and the same cookie value defined (example of value "second_cookie"),
now we need to access another app "E" with session sharing from any of the previous apps (from "A","B","C" or "D") without the need to authenticate again the user, but we are unable to do that as in session sharing settings we can only put one cookie name value, we can't specify multiple values as for example first_cookie;second_cookie on app "E". We need to use two different cookies as app "A" and "B" must be isolated from app "C" and "D" and able to access to app "E", we don't want to use SSO from thirdy parties.
so how can this be accomplished, is there a workaround ?

Comments
Post Details
Added on Sep 5 2022
3 comments
686 views