session by request prefer

2007-04-17 Thread Thomas Papke

Hello their,

Is it possible to setup that the sessionid from request is prefered used 
to the sessionid from the sessioncookie?


We are using a php portal calling a sessioninfo.jsp by request parameter 
in background. In some situations the user jumps from the portal to the 
tomcat application with the sessionid in request. But if the user still 
have a sessioncookie from tomcat webapp alive, the session from request 
is ignored. I want that the session from cookie is 
removed/overridden/ignored an use the session from request.


Thanks a lot,

Thomas

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: session by request prefer

2007-04-17 Thread Thomas Papke
The customer still visit the site e.g. www.test123.de - the session was 
started and the customer browser have a cookie jsessionid = 
abcd000.web1. Now the customer has an link like this: 
www.test123.de;jsessionid=d1234.web1 -- if the sessionid from the 
request is valid - tomcat should use this instead of the one from the 
cookie. Possible to configure?


Thanks a lot,
Thomas

Rashmi Rubdi schrieb:


On 4/17/07, Thomas Papke [EMAIL PROTECTED] wrote:


Hello their,

Is it possible to setup that the sessionid from request is prefered used
to the sessionid from the sessioncookie?



I'm trying to understand your question...

Do you mean, causing jsessionid to appear in the URL? instead of from
the browser cookie?


We are using a php portal calling a sessioninfo.jsp by request parameter
in background. In some situations the user jumps from the portal to the
tomcat application with the sessionid in request. But if the user still
have a sessioncookie from tomcat webapp alive, the session from request
is ignored. I want that the session from cookie is
removed/overridden/ignored an use the session from request.

Thanks a lot,

Thomas



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]