Hello:

We're using Tomcat 6.0.24 as servlet container

This server listens for requests under the URL
www.mydomain.com/app/myaplication/


I've seen in my web browser that it has got 2 JSESSIONID for the same
domain at the same time


JSESSIONID: xxxxxxxxxxxxx
www.mydomain.com
/

and

JSESSIONID: yyyyyyyyyyyy
www.mydomain.com
/app/myapplication/


Cheking request to my Tomcat server, I see


POST /app/myaplication/action/play.do

Cookie: DWRSESSIONID=F71Wlww0mrwuExOQoE3aLslewQj;
JSESSIONID=xxxxxxxxxxxxxxxxxxxxx;
JSESSIONID=yyyyyyyyyyyyyyyyyyyyyyyyyy;


How does Tomcat server handle this situation ? I'm talking about
session managing
Does it read the first JSESSIONID ? Does it read every JSESSIONID ?
Can this cause problems ?

I know I can rename JSESSIONID  when it's serve by my Tomcat server,
but I want to be sure that I need to do that

Thanks and regards

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to