OAM with AIS Cooking Configuration

Because the AIS Server has the same cookie as the EnterpriseOne HTML Server and ADF Server and it is not accessed by the browser, the system should not have any conflicts with the EnterpriseOne HTML Server and ADF Server. However, users are recommended to have the same configuration on the AIS Server as well.

Open the Oracle Access Management Console for AIS Server:

<weblogic-web-app xmlns:xsi="http://yourserver" xsi:schemaLocation="http://yourserver" xmlns="http://yourserver">
   <session-descriptor>
      <cookie-path>/jderest</cookie-path>
      <cookie-http-only> true</cookie-http-only>
   </session-descriptor>
   <context-root>
       jderest
   </context-root>
</weblogic-web-app>

If you already deployed the AIS Server before making these changes, you need to restart the server.