cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE - Engine Session

Former Member
0 Kudos

Hi

in one of our systems the J2ee-engine appends the JSessionId to every URL. In the other systems the session-handling is running properly cookie-based. Does anyone know where to configure this?

TIA cb

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

using URL rewriting to send JSESSIONID is controlled by a property in the additional deployment descriptor (i.e. web-j2ee-engine.xml) of the application. By default, JSESSIONID is sent as a cookie (if the HTTP client supports cookies), and URL rewriting in case the client does not support cookies. Setting the <url-session-tracking/> in the descriptor forces the J2EE Engine to use url rewriting always.