[12.1] Support method to get APEX/EBS cookie name and APEX domain
Hi, experts
I am confirmed below document and try to implement APEX with EBS 12.1.
URL: https://www.eastcoastoracle.org/ssl/2013/ocoj/2016PDFs/ClarkeEBS_12_2_3_APEX_5_0.pdf
I want to confirm a support method to confirm below information.
==
String ebsCookieName= "<YourEBSCookieName>";
String apexCookieName= “<YourAPEXCookieName>";
String apexDomain= "<.YourAPEXDomain.com>";
==
Below is another URL that have some information of above variables:
==
Multiple APEX listeners, one Application Server using Oracle REST Data Services (ORDS)
http://donaldmclarke3.blogspot.jp/
The Cookie Variables explained:
String ebsCookieName = "VIS"; - this is the name of the EBS cookie, there are several articles on the internet that show you how to locate this value either in your browser or in your database.