Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 85537 invoked from network); 11 Jul 2000 13:50:39 -0000 Received: from sjc3-1.relay.mail.uu.net (199.171.54.122) by locus.apache.org with SMTP; 11 Jul 2000 13:50:39 -0000 Received: from kotsiras by sjc3sosrv11.alter.net with SMTP (peer crosschecked as: [208.243.129.86]) id QQixjr08460 for ; Tue, 11 Jul 2000 13:50:38 GMT From: "Alexandros Kotsiras" To: Subject: RE: encodeURL and Tomcat Date: Tue, 11 Jul 2000 09:50:37 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: Importance: Normal Maybe if you try to append manually the JSESSIONID to each URL you could do something. Then the request.getSession() method might work if the sessionId is in the URL. -----Original Message----- From: Carsten Fehlen [mailto:carsten.fehlen@ispro.de] Sent: Tuesday, July 11, 2000 8:00 AM To: tomcat-user@jakarta.apache.org Subject: encodeURL and Tomcat Hi, I know that this question has been asked before, but i can't find an answer! How can i get Tomcat to encodeURL? I must not use Cookies, so i need the encoding to keep the session! I have tried to use "mod_rewrite" in apache but it had no effect (i found a note somewhere that says that this would solve the problem). Please Help! Thanks, Carsten