Top "Jsessionid" questions

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

How to set and get JSESSIONID cookie in VBA?

I'm writing a VBA web service client in Excel 2010 using MSXML2.XMLHTTP60 for my Java REST web services hosted on …

vba web-services cookies session-cookies jsessionid
jmeter - second post request is not using the JSESSIONID created on my log in post request

I was successfully able to send a POST request for my log in end point and a JSESSIONID was created. …

post https jmeter jsessionid
Where is JSESSIONID stored? (JavaEE)

I have two applications - A Java EE web application and a Java SE applet. I want to authenticate a …

java jsp jakarta-ee applet jsessionid
Spring Security Sessions without cookies

I'm trying to manage sessions in Spring Security without leveraging cookies. The reasoning is - our application is displayed within …

java iframe spring-security cross-domain jsessionid
Why does my Servlet create a JSESSIONID cookie?

I am developing something using Servlets. I am creating cookies in this program, and a cookie named as JSESSIONID is …

java servlets jsessionid
Tomcat 7 - JSESSIONID cookie is not accessible from JavaScript code

Does anyone know what changed in the configuration between Tomcat 6 and Tomcat 7 that would cause the JSESSIONID cookie to not …

session-cookies tomcat7 jsessionid
How to delete the sessionid from browser's cookie store

I want to logout my web App in browser when click the logout button.And want to implement it just …

javascript browser sessionid jsessionid
Disable jsessionid via http header (cookie) in Tomcat 7

I'm looking to disable jsessionid from being used in the https headers. Is there a way to turn this off …

session tomcat tomcat7 jsessionid
Chrome and JSESSIONID

Following problem with chrome...: I've running an Grails 1.3.7 Application on a Server. I've noticed, when I request a static content (…

google-chrome grails tomcat7 jsessionid
JBoss 7 appends JSESSIONID to URL despite tracking-mode cookie

Yes, this is another "JSESSIONID in URL" question, but I haven't been able to find an answer. I'm running JBoss …

java jboss jboss7.x servlet-3.0 jsessionid