How to set secure JSESSIONID cookie from weblogic.xml for HTTPS
Hi all,
Cookie is defined into weblogic.xml
<span class="tag" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #7d2727;"><session-descriptor></span><span class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"> </span><span class="tag" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #7d2727;"><cookie-name></span><span class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;">A_JSESSIONID</span><span class="tag" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #7d2727;"></cookie-name></span><span class="pln" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #303336;"> </span><span class="tag" style="font-style: inherit; font-weight: inherit; font-family: inherit; color: #7d2727;"></session-descriptor></span>
0