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 ?