Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 70840 invoked from network); 8 Jun 2009 12:39:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jun 2009 12:39:20 -0000 Received: (qmail 22395 invoked by uid 500); 8 Jun 2009 12:39:28 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 22322 invoked by uid 500); 8 Jun 2009 12:39:27 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 22311 invoked by uid 99); 8 Jun 2009 12:39:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2009 12:39:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of meiry242@gmail.com designates 209.85.218.225 as permitted sender) Received: from [209.85.218.225] (HELO mail-bw0-f225.google.com) (209.85.218.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2009 12:39:20 +0000 Received: by bwz25 with SMTP id 25so3029405bwz.0 for ; Mon, 08 Jun 2009 05:38:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=pwVTxd8XLMbxvMmWcSPeQNyAJPJlLVdDXN/agtqX1c4=; b=oQhj++roT8ciSV1fH+W+OTDP0PdukoPGWX/ZNHeS2DAzahiOd7iHrlBDcgm4mSCQvx u87UDUKEF5CXJX+JWSe7CsSvFiHTftdeFYJfj2Hvu7ACKXzgjTsODuMrPq7WxFp1p0LH VsB38ay5QCXcoCxHuWZyWjdxHgmogYs+0Sn0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=RNwaN+N9zDF1kSmAZaozTX2+r17If+Xe1NPDeoSyGaF3yn8vz8n2WA2ccRiqwM9qc/ Jci4eznPf6oACNzzcFlNDl4OShJY9BZ1cMoxntrlVCoBgGB7GISHQCWSLraeMw1ZKaAM 2fR+tVVolYPit/TuHakK4za5ZCkWbYmYATt4I= MIME-Version: 1.0 Received: by 10.204.62.68 with SMTP id w4mr6604009bkh.122.1244464738475; Mon, 08 Jun 2009 05:38:58 -0700 (PDT) Date: Mon, 8 Jun 2009 15:38:57 +0300 Message-ID: Subject: how can i extract row http data from request From: Meir Yanovich To: users@tomcat.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello all i need to deal with legacy web app code , that needs to add basic authentication to it with sessions now i need to be able to extract the session id from the header ( can't add sessions into the code ) the scenario is that only once and only once per page i pass the session into the server side. but in the next server side calls i don't have it and i can add code to pass it into the server side call since i have the session from the first time i will save it into the map with the session id as the key. now i need only to be able to extract the session id on every client request . my question is .. can it be done ? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org