Top "Jsessionid" questions

JSESSIONID is the name of the tracking parameter defined by the Java servlet API.

Under what conditions is a JSESSIONID created?

When / what are the conditions when a JSESSIONID is created? Is it per a domain? For instance, if I have …

java jsessionid
Is it possible to disable jsessionid in tomcat servlet?

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

java tomcat servlets jsessionid
Changing cookie JSESSIONID name

I have a requirement of having to run multiple tomcat server in single physical box. While accessing these from a …

java tomcat jsessionid
How can i get session id in java

I want to build an api in java to solve the security image problem occurred while moving one page to …

java jsp jsessionid
Logout leaves behind JSESSIONID on the browser. How to clear it?

I am using the following code for logging out a user off my system. /** * This function helps to set the …

spring spring-mvc spring-security logout jsessionid
jsessionid is occurred in all urls which are generated by jstl <c:url..> tag

I've got some strange bug: when I open page first time in some browser all references has jsessionid parameter (like &…

jsp jstl jsessionid
How to properly set JSESSIONID cookie path behind reverse proxy

My web app is running in Tomcat at http://localhost:8080/example.com/ but it is being reverse proxied from Apache …

tomcat reverse-proxy jsessionid
What is a host only cookie?

I would like to know what is a host only cookie. While retrieving a form auth, browser gets in the …

jakarta-ee cookies jsessionid
how to refresh JSESSIONID cookie after login

A product I work on got a tough security audit by a potential customer and they are upset that Tomcat …

tomcat login session-cookies jsessionid
remove jsessionid in url rewrite in spring mvc

I am using spring MVC and having a problem in jsessionid, what I found is that jsessionid is injected in …

java spring session spring-mvc jsessionid