Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 36557 invoked from network); 3 Jul 2002 08:48:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Jul 2002 08:48:18 -0000 Received: (qmail 20183 invoked by uid 97); 3 Jul 2002 08:48:34 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@jakarta.apache.org Received: (qmail 20166 invoked by uid 97); 3 Jul 2002 08:48:33 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 20154 invoked by uid 98); 3 Jul 2002 08:48:33 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <000d01c2226e$cdeec740$0701010a@jens2000> From: "Jens Viebig" To: "Struts Developers List" Subject: LinkTag Extension to url encode SessionId Date: Wed, 3 Jul 2002 10:50:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I included a noCookies-Attribute in the LinkTag Class, so i can switch between Cookie-enabled Session-Tracking and url encoded session tracking. So i can do: Click here and get http://myserver/myapp/myAction.do;jsessionid=XYZMYSESSION as URL. even if Tomcat is configured to use Cookie enabled session tracking. I like to use Cookie-enabled Session-Tracking in the Browser but this fails if the browser uses external helper apps to display some stuff in a secured web-application (or use a download manager for example). I don't know if including a sessionid like i did (using ;jessionid=XYZMYSESSION) is Tomcat specific or is in the servlet specs and works with all appservers. If this is uselfull for the community i can send in a patch. Greetings Jens Viebig -- To unsubscribe, e-mail: For additional commands, e-mail: