28 Supporting Authentication in Multiple Browser Tabs

OAM supports a multi-tab feature when the serverReuestCacheType parameter is set to COOKIE.

To enable multi-tab feature for COOKIE, do the following:
  1. Run the following WLST commands:
    > configRequestCacheType(type="COOKIE")
    > displayRequestCacheType()
    > setMultitabFeatureForCookie(enable=“true”)
  2. Restart OAM admin and managed servers.
  3. Add/modify the following configuration to OHS httpd.conf file to increase the header size limit for OHS and restart the OHS to avoid the request failed: error reading the headers error.
    > "LimitRequestFieldSize 65536"