In the absence of cookies, Dynamo uses URL rewriting to maintain session information. This means a link such as <dsp:a href="foobar.jsp"/> will be rewritten by the page compiler as <a href="foobar.jsp;jsessionid=4ECCCAYAAAAAOCQAABFSFEQ"> or something similar . There’s 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...