In the absence of cookies, Dynamo uses URL rewriting to maintain session information. For example, the following link:

<dsp:a href="foobar.jsp"/>

is rewritten by the page compiler as something similar to the following:

<a href="foobar.jsp;jsessionid=4ECCCAYAAAAAOCQAABFSFEQ">

There is no need to alter the session ID separator when serving WML content. To ensure that URLs are written appropriately, use the request.encodeURL() method.

 
loading table of contents...