Thanks. Am Freitag, 23. November 2001 08:48 schrieben Sie: > if you want this encoded with your session > <form action="./post-data-servlet"> > you will have to: > out.println("<form action=\"" + > response.encodeURL("./post-data-servlet") + "\">"); > the output will be:: > <form action="./post-data-servlet;jsessionid=12345678">
is there a special reason why encodeURL appends ";jsessionid..." and not "?jsessionid=..." like it is used for example in PHP? Rapha -- procreo - Webseitenentwicklung und Individualsoftwarelösungen _____________________________________ / __ / _/ __ / ___/ _/ / __ / procreo GbR / /_/ / / / /_/ / /__/ / / O__/ /_/ / Kochgasse 1 / ____/_/ /_____/____/_/ /_____/_____/ 73630 Remshalden / / [EMAIL PROTECTED] /_/ http://www.procreo.de -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>