You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Erwin Ambrosch <am...@ebutec.com> on 2001/12/03 17:35:29 UTC

TC 3.3 jsessionid

Hi,

TC 3.3 appends the jsessionid after an ; to the URL, thus I get the 
jsessionid with the parameter.

Example:
I have the following URL already assigned with a jsessionid by Tomcat:
http://localhost:8080/news/servlet/lm?act=bgetindex;jsessionid=22ym1bzx71

When I ask for the parameter "act" using getParameter("act");
I get the parameter value as well as the jsessionid, thus the parameter is:
"bgetindex;jsessionid=22ym1bzx71"
instead of "bgetindex"

Is this normal behaviour ?

Erwin



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>