hi there,

i am trying to make my webapp sessions to work without cookies. therefore i
set cookies="false" in the server.xml using the tomcat admin interface
(4.1.12).

i have a very simple jsp page

<% page session="true" %>
<%
 out.println("testurl: " + response.encodeURL("/test.html?key1=value1"));
%>

and the output of that page is:

/test.html?key1=value1

but i would have expected something like

/test.html?key1=value1;jsessionid=af23423kljlka32

did i miss something or doesn't tomcat provide url-rewriting?

thanks,
thomas


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to