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