Hi,
It seems that APEX generates a new session id when a page is opened by an external applications ie. Oracle E-Business Suite or link from an email notification etc.
Let's say I already have an active session in my browser with the following URL:
http://apex_host:apex_port/apex/f?p=100:1:1234567890:::::
Then I received an email notification asking me to approve something that provides a link to a page in the APEX application with the following link:
http://apex_host:apex_port/apex/f?p=100:2:::::
Now when I click the link, it will redirect me back to the Login Page instead of using my current session and opening the page directly.
Is there a way to maintain the active session in the browser in this case?
Appreciate any help.
Regards,
Allen