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 96296 invoked from network); 13 Nov 2000 16:44:44 -0000 Received: from dns1.vecnatech.com (209.183.251.162) by locus.apache.org with SMTP; 13 Nov 2000 16:44:44 -0000 Received: from vecna.com (gatekeeper.vecnatech.com [209.183.251.190]) by dns1.vecnatech.com (8.9.3/8.8.7) with ESMTP id LAA28042 for ; Mon, 13 Nov 2000 11:43:00 -0500 Sender: theo@vecnatech.com Message-ID: <3A101B03.E7670D5A@vecna.com> Date: Mon, 13 Nov 2000 11:46:59 -0500 From: "Daniel A. Theobald" X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: non-cookie session tracking? References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I have a huge tree of static html. Does this mean that anytime I serve a page, I would have to first parse all the URLs and run them each through the encodeURL method for every link that appears on every page? Is there another (more automatic) way? The performance hit seems prohibitive. theo Konrad Kami�ski wrote: > > Use response.encodeURL (url) for URL encoding with session tracking > > -----Original Message----- > From: Daniel A. Theobald [mailto:theo@vecnatech.com] > Sent: Monday, November 13, 2000 4:20 PM > To: tomcat-user@jakarta.apache.org > Subject: non-cookie session tracking? > > Does or will tomcat support automatic url rewriting for session > tracking? Our client does not allow the use of cookies. Any > suggestions? > theo