Tagged Questions
The jsessionid tag has no wiki summary.
39
votes
5answers
43k views
Under what conditions is a JSESSIONID created?
When / what are the conditions when a JSESSIOINID is created?
Is it per a domain? For instance, if I have a Tomcat app server, and I deploy multiple web applications, will a different JSESSIONID be ...
14
votes
7answers
11k views
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.
Please Advise
Thanks
7
votes
4answers
6k views
Changing cookie JSESSIONID name
I have a requirement of having to run multiple tomcat server in single physical box. While accessing these from a browser, when user switches between the applications, it results in logging out the ...
5
votes
4answers
1k views
Forcing HttpOnly cookies with JRun/ColdFusion
We need to ensure that all cookies on a CF7 site are set as HttpOnly.
We are using jsessionid to control our sessions, and JRun does not create this as HttpOnly.
Whilst it is possible to modify an ...
3
votes
3answers
217 views
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 sets a JSESSIONID cookie before authentication has happened. That is, Tomcat sets this cookie ...
3
votes
1answer
222 views
remove jsessionid in url
I am facing a problem in jsf web application deployed in jetty web-server. When access application in browser, jsessionID is appended in the url. I want to remove it from there.
Thanks in advance.
3
votes
1answer
600 views
Why is jsessionid appearing in Wicket URLs when cookies are enabled?
I notice that the first time a user visits my site the Wicket-generated URLs contain a jsessionid, rather than relying on the cookie for session information.
The cookie does get set successfully, and ...
3
votes
3answers
507 views
Why remember me token?
While implementing the "remember me" feature for a website, why do we complicate things and have a token called remember me token apart from a session token.
To the best of my understanding, remember ...
3
votes
2answers
1k views
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, based on user's login?
Why do I need this: I have a load balancer with ...
2
votes
2answers
77 views
How to make JAX-WS webservice respond with JSESSIONID (session id)
I am a newbie in web services. I have a JAX-WS service which I need to implement session mechanism for. The SOAP messages are transported over HTTP, we use WebLogic, so JAXWS application is deployed ...
2
votes
2answers
179 views
Tomcat 7 and JSESSIONID cookie
Does anyone know what changed in the configuration between Tomcat 6 and Tomcat 7 that would cause the JSESSIONID cookie to not be accessible via javascript:
alert(document.cookie) -> ...
2
votes
1answer
487 views
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 or disable this being set as a cookie in tomcat 7?
I either want the jsessionid to arrive ...
2
votes
1answer
179 views
How do I get a servlet container to read JSESSIONID from the query string rather than from the URL
I need to be able to maintain a session by having the JSESSIONID specified as a parameter of the query string of the url rather than part of the URL itself.
I other words I need to maintain a session ...
2
votes
1answer
608 views
weblogic jsessionid
I run Weblogic 10.3 locally and have a question about the sessionId that it generates. When i print session.getId() i see something that resembles this:
...
2
votes
1answer
599 views
How do I set JSESSIONID domain to second level on Tomcat?
I have a service on Tomcat available at the following domains:
sub1.domain1.com
sub2.domain1.com
sub1.domain2.com
sub2.domain2.com
Now I need transparent authorization (Spring Security) for ...
2
votes
1answer
367 views
Is jSessionId really unique?
To put some context, i'm developing an API to track user actions on the site (anon users too). So far, we use jsessionId to identify each user and his actions.
That API, now runs on Tomcat and ...
2
votes
1answer
411 views
Is it possible to change the path of the JSESSIONID cookie?
By default, Glassfish stores the JSESSIONID cookie at the context path, for example "/mysite". Is it possible to change this path, for example to "/mysite/admin"? I would like the session to be only ...
2
votes
3answers
3k views
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 the url if cookies isn't enabled in the browser producing a url like that:
...
2
votes
1answer
3k views
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 setHttpOnly(). First I tried to create my own JSESSIONID cookie from within the ...
2
votes
1answer
1k views
Setting Secure cookies when HTTPS (for mixed HTTPS/HTTP site) with JRun/ColdFusion
We have a site running on CF7 that has both logged in and logged out sections, and uses jsessionid for sessions.
When switching to HTTPS (for the secure sections), we need to start a new secure ...
2
votes
4answers
3k views
jsessionid is occured 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 <a href="/articles?name=art&jsessionid=5as45df4as5df"..>).
When I press ...
1
vote
0answers
108 views
Php CURL automatic Login
This is my first question on this forum but it helped me before by finding answers on it. So I am trying to login automatically to my account using PHP and CURL.
I am new to PHP but until now ...
1
vote
1answer
63 views
Session id to the Solr url
I am trying to send a query to a server running Solr as follows:
String solrServerUrl = //SomeBaseUrl
CommonsHttpSolrServer searchServer = new CommonsHttpSolrServer("http://"+solrServerUrl);
...
1
vote
1answer
97 views
Same jsessionid for MyProject.com and param.MyProject.com
Is it possible to keep the same jsessionid on 2 differents url in the same domain?
Example :
I'm on the home page of my site (http://MyProject.com). When I click on a button, I'm redirected to ...
1
vote
4answers
117 views
How can i provide SSH credentials to an applet without leaking them to the entire Internet?
I have an applet which is available on the Internet which talks to an internal server via an SSH tunnel. The correct SSH credentials have to be available to the applet. It isn't very convenient to ...
1
vote
1answer
145 views
SAP, consuming a webservice with jsessionid in URL
I`m working on a SAP project, where i have to call a non-sap service with jsessionid in binding url. I already generated a proxy class out of the wsdl and defined a logical port with my URL. In my ...
1
vote
2answers
214 views
Preventing re-use of jsessionid
How I can prevent reuse of jsessionid, if some body copies url that appends jsessionid example www.example.com/user/feedback;jsessionid=sdfererefjjefeife33f:1 on other browser or a new tab in same ...
1
vote
1answer
271 views
Reset JSessionID on URL modification
I am currently Internationalising a website, and have hit some issues around the jsessionIDs. I am using Apache web server that load balances across multiple JBoss app servers via mod_jk.
When I hit ...
1
vote
1answer
281 views
wicket sessions: how to prevent “jsessionid” from showing up in googlebot crawl results?
When google crawls our site the resulting URLs all have the jsessionid appended to them.
Is this happening because the app server is detecting a lack of cookie support in Googlebot, forcing the ...
1
vote
1answer
1k views
Cookie vs jsessionid url token precedence
how is it with Set-Cookie: VS jsessionid url token precedence ?
Apache Tomcat just seem to ignore the token if cookie is set. Isn't it a little inconvenient behavior ? Or is it like this because of ...
1
vote
3answers
760 views
JSessionID is overwritten when switching between HTTP and HTTPS. How to solve?
We have the following situation going on:
Go to http://website/ and click on a link to http://website/appX
Check that the cookie shows JSessionID with secure = NO.
Open another browser window or tab ...
1
vote
3answers
2k views
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?
By default, the expiration date of the cookie seems to be 'session', which means that ...
1
vote
3answers
1k views
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 first request URL always has jsessionid when cookies are enabled ...
1
vote
1answer
464 views
Remove server name from JSESSIONID
Our application runs on JBOSS and its front end on Apache. When accessign the URL externally, the JSESSIONID displays the servername within the Content property of the cookie.
Any ideas how this can ...
1
vote
1answer
2k views
Accessing session cookies with NSHTTPCookieStorage
I'm accessing a server's secure information and it sends a bunch of cookies to the App on request. The problem is some of the cookies are session only and when I use:
[NSHTTPCookie ...
1
vote
2answers
846 views
multiple stateful iframes per page will overwrite JSESSIONID?
Looking for someone to either confirm or refute my theory that
deploying two iframes pointing to two different stateful pages on the
same domain can lead to JSESSIONIDs being overwritten. Here's what ...
1
vote
1answer
845 views
HttpWebRequest sessionID c# login
Im trying to login to a website (www.vodafone.ie) with a console app and c# httpWebRequest. Problem is it works ok about 50% of the time.
Im using fiddler to find out the GET and POST requests I ...
1
vote
1answer
782 views
Session tracking in Tomcat 6
Is possible to switch off session tracking in Tomcat 6.
I mean, to avoid the creation of the cookie JSESSIONID.
Thanks Luis
0
votes
2answers
65 views
Coldfusion Session Fixation
I need to reset the session identifier once user logs in to the application. But I have tried for several days, but still cannot reset jsessionid cookie and if it does, the server seems not recognize ...
0
votes
1answer
49 views
Tomcat 6 disable JSESSIONID
We are using the BIG IP F5 network devices which create a cookie to maintain session stickiness to each of the servers running tomcat. Based on this can we configure Tomcat 6 to not create a ...
0
votes
0answers
36 views
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 (such as non-dynamic html-files) from Chrome, Chrome creates two ...
0
votes
0answers
31 views
Cache-Control and Session id in Web App
I am having issues with my java web-application and sessions. What happens is that after logging in the application, user get sometimes to see the page as if logged in another user (i.e. in "My ...
0
votes
0answers
83 views
Tomcat 6 and JSESSIONID cookie
I hav java webapp. I am using Jquery and each Jquery maintain jsessionID so i want to disable the JsessionID of every Jquery. The following line show that js request apended with JsessionID
...
0
votes
1answer
10 views
Custom selection of node in apache in case a node goes down
How can i configure apache for load balancing with stickiness so that if 1 node goes down then all the requests for that node will go to a machine which i want it to go.
Ex:
We have 3 nodes A, B, C. ...
0
votes
1answer
55 views
php crawler - how to tackle urls with JSESSIONID
a. i am using a simple url crawler (How do I make a simple crawler in PHP?) on a xyz.com/items/advsearch. The page lists the results after someone does advanced search (which lists all results). I ...
0
votes
2answers
44 views
Filemaker Web Publishing & Data Integrity
I was recently asked to try to solve a data integrity problem with a Filemaker database app that has been published to the Web.
This app collects job applicant data, through a series of views. There ...
0
votes
0answers
69 views
Change JSESSIONID in Google App Engine
Is it possible to use a different name for JSESSIONID cookie in Google App Engine? In Tomcat, I can set it via a System Property. I am wondering whether same is possible in GAE.
Thanks.
0
votes
1answer
60 views
How do sevlet containers manage made up jsessionid(s)?
Could someone tell me what should happen if a client initiates a request to a servlet container with a made up (valid) JSESSIONID ? supposing the servlet doesn't have this jsessionid in its records ...
0
votes
0answers
74 views
tomcat 6 randomly logged out users
We have a bit of a problem with randomly logged out users in our webapp.
We recently upgraded from an old Jboss and java 5 to tomcat 6 and java 6. We dont seem to have any other issues regarding the ...
0
votes
2answers
135 views
How do you avoid using jsessionid?
I heard that ebay uses Java, but I didn't find jsessionid cookie when I signing in.
Are there alternative techniques exists to track users sessions?
How do you avoid using jsessionid?