How to Disable the JSESSIONID Passed in URL ?
When we run the application the JSESSIONID is appending in the URL.
- ORACLE MIDDLEWARE - jdeveloper 11.1.1.7
- ORACLE ADF Framework
- ORACLE WEBLOGIC 10.3.6
When We disable url-rewriting-enabled to false -> unable to load the application keep refreshing the Page.
<session-descriptor>
<cookies-enabled>true</cookies-enabled>
<cookie-secure>true</cookie-secure>
<persistent-store-type>replicated_if_clustered</persistent-store-type>
<url-rewriting-enabled>false</url-rewriting-enabled>
</session-descriptor>
Any suggestion or help ?
Thanks