jsessionid « Tomcat « JSP-Servlet Q&A





1. Is it possible to disable jsessionid in tomcat servlet?    stackoverflow.com

Is it possible to turnoff jsessionid in the url in tomcat? the jsessionid seems not too search engine friendly. Please Advise Thanks

2. JSESSIONID Cookie with Expiration Date in Tomcat    stackoverflow.com

What's the best way to set an expiration date for the JSESSIONID cookie sent by Tomcat for a servlet session? By default, the expiration date of the cookie seems to be ...

3. Disable jsessionid via http header (cookie) in Tomcat 6    stackoverflow.com

I want to use only the URL to track session. I am wondering how to disable JSESSIONID cookie and to ignore it completely. I have tried adding cookies="false" to context.xml but that ...