Top "Jsessionid" questions

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

Sending cookie as request header in SOAP UI request for rest web service

I am testing a Rest API using SOAP UI tool. First, I hit another API which gave me the jSessionid …

rest cookies session-cookies soapui jsessionid
Setting httponly in JSESSIONID cookie (Java EE 5)

I'm trying to set the httponly flag on the JSESSIONID cookie. I'm working in Java EE 5, however, and can't use …

java servlets cookies httponly jsessionid
JSESSIONID Cookie with Expiration Date in Tomcat

What's the best way to set an expiration date for the JSESSIONID cookie sent by Tomcat for a servlet session? …

session tomcat servlets cookies jsessionid
Spring boot configure custom jsessionid for embedded server

I want to configure my servlet context, such as setting a custom jsessionId key (see Changing cookie JSESSIONID name) I …

java spring-boot jsessionid
How to set cookie domain and path with Spring boot

In Tomcat, we can do it like this: <Context useHttpOnly="true" sessionCookiePath="/"sessionCookieDomain=".XXXX.com"/> I want to …

spring-boot jsessionid
Same-Site flag for session cookie in Spring Security

Is it possible to set Same-site Cookie flag in Spring Security? And if not, is it on a roadmap to …

cookies spring-security csrf jsessionid samesite
weblogic jsessionid

I run Weblogic 10.3 locally and have a question about the sessionId that it generates. When i print session.getId() i …

weblogic sessionid jsessionid
what is the vulnerability of having Jsessionid on first request only

Recently we removed jsessionid from URL did cookies based session management to prevent "session hijacking attack" But we found that …

security jsessionid
How to avoid ;jsessionid=XXX on the first call to a page? it works if first page is jsp

I have an application which uses the welcome-page index.jsp with an <iframe></iframe> the contents …

jsf tomcat cookies jboss jsessionid
Apache Tomcat 7 Changing JSESSIONID on Every Request

This issue is driving me insane, so maybe someone could help me understand what the issue is. I have a …

java session tomcat haproxy jsessionid