Top "Jsessionid" questions

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

Amazon Load Balancer sticky sessions configuration for jsessionid in URL

I currently trying to setup Amazon Load Balancer for Tomcat workers, but I faced one problem. I'm using sticky sessions …

tomcat amazon-web-services load-balancing jsessionid
How to generate custom JSESSIONID, based on some hash of user's data in order to replicate session

Is it possible to override Tomcat's embedded generator of JSESSIONID, to be able to create custom values of this cookie, …

java session amazon-ec2 tomcat6 jsessionid
JsessionID decoding date extracting

I am looking for someone who could decode the following JSessionID for me jsessionid = D6E26A03B27ACD980CD95…

java web decoding jsessionid
Configure WildFly/Undertow to put JSESSIONID on URL if cookies not accepted

We previously used JBoss 7.1.2 and utilized the behaviour that JSESSIONID is put on the URL as a fallback if cookies …

wildfly wildfly-8 jsessionid undertow
When is the JSESSIONID cookie added to the response

I have a JSF 2.0 application, let's call it "MyApp", with a SessionScoped bean that uses the below code to get …

jsf session cookies jsf-2 jsessionid