Oracle Weblogic Server (MOSC)

MOSC Banner

How to Disable the JSESSIONID Passed in URL ?

When we run the application the JSESSIONID  is appending in the URL.

  1. ORACLE MIDDLEWARE - jdeveloper 11.1.1.7
  2. ORACLE ADF Framework
  3. 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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center