OAM with JAS Cookie Configuration

Open the Oracle Access Management Console for JAS:

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

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