cancel
Showing results for 
Search instead for 
Did you mean: 

JSESSIONID cookie

Former Member
0 Kudos

Dear all,

I am wondering how to let J2EE generate JSESSIONID cookie even if it is anonymous.

I created a simple J2EE application which does not require authentication but it does not return JSESSIONID.

I plan to cluster system by adding additional server node, therefore user request has to go to the same node.

By the way, my application is using post field to track session.

Regards,

Kazuya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kazuya,

generating JSESSIONID cookie is not configurable.. the J2EE Engine generates it automatically for session-aware applications. Here's a link to the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/bd/7712704455d04598a2ce503348b987/frameset.htm">documentation</a> that gives an overview of the session tracking process.

The only thing you can configure about JSESSIONID are the path and domain attributes for the cookie (and this is necessary only in limited scenarios).

Regards,

Ivo