Looking for application server neutral way of doing this. I would still appreciate all the available options.
Looking for application server neutral way of doing this. I would still appreciate all
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The value of JSESSIONID depends on application server implementation of the servlet specification.
For tomcat, you can configure JSESSIONID with the jvmroute parameter in the Engine configuration : Apache Tomcat Configuration Reference.
Example: server.xml
[…]
[…]
HTTP Header received for a new session :
[…]
[…]