Hi Everyone,
We have multiple apps in house and I want users to have access to all if they log into one. Basically session sharing is set to workspace sharing for all apps. This has allowed users to open another app and use it without logging in again. I am trying to provide users with a link in an email notification that will take them directly to the page they need to look at.
Example:
http://myserver:8089/ords/f?p=100:15:::::P1_ITEM:MYITEM-12345
Basically they should be able to click this link and it should open a tab and go to the app. The issue is that it asks them to sign in again and it will sign them out of other apps. Is there a way to make this link reuse an existing session so the user doesnt have to log in again?