dear gurus:

urgent.

the tomcat server return jsessionid in the URL.
Did I need to send the jsessionid in my form to be submit or does the browser automatic do it?
for example:

<go href="services.do" method="post>
<postfield name = "id" value = "1">
</go>

Did I need to replace the "services.do" with ""services.do;jsession=xxx"?

And how will the browser deal with the jsessionid?will it automatic include it in the header to server?

thanks a lot.