Additional steps for WebLogic 11g
For WebLogic 11g, make the following changes to the campaign.war file:
1.
Unwar the campaign.war file, and locate the weblogic.xml file in the WEB_INF directory.
2.
Open weblogic.xml in a text editor and add the following line: <cookie-http-only>false</cookie-http-only> in the session-descriptor section of the file.
For example, your finished session-descriptor section should look similar to this:

<session-descriptor>
<session-param>
<param-name>CookieName<param-name>
<param-value>CAMPAIGNSESSIONID</param-value>
</session-param>
<cookie-http-only>false</cookie-http-only>
</session-descriptor>
3.
Save the weblogic.xml file.
4.
ONLY if you also use AIX® 7.1 with WL11g, remove the xercesImpl.jar file from the unpackaged WEB_INF/lib directory.
5.
Build war campaign.war to include the changes you made before deploying it.