Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 66362 invoked from network); 17 Mar 2009 00:12:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2009 00:12:17 -0000 Received: (qmail 60460 invoked by uid 500); 17 Mar 2009 00:12:05 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 60443 invoked by uid 500); 17 Mar 2009 00:12:05 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 60432 invoked by uid 99); 17 Mar 2009 00:12:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 17:12:05 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 209.85.198.246 is neither permitted nor denied by domain of jarmstrong@bepress.com) Received: from [209.85.198.246] (HELO rv-out-0708.google.com) (209.85.198.246) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 00:11:59 +0000 Received: by rv-out-0708.google.com with SMTP id c5so3445059rvf.24 for ; Mon, 16 Mar 2009 17:11:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.127.13 with SMTP id z13mr2539409rvc.30.1237248698263; Mon, 16 Mar 2009 17:11:38 -0700 (PDT) Date: Mon, 16 Mar 2009 17:11:38 -0700 Message-ID: <8f32497c0903161711x23c78b4dra6ee59836d2731bf@mail.gmail.com> From: John Armstrong To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Cookie tracking question I have inherited an old, fragile codebase that uses CookieTracking. Great! Except that when they implemented it they used %{Cookie}i which outputs the cookie as 'cookiename=cookievalue' in the logfile. It also ignores the first hit since its a header based cookie, not a module based cookie, and we lose hits. So, we decided to change to %{Cookie}n so our first hit logs. Unfortunately, this outputs as 'cookievalue' so our SuperTerrificTotallyCustomAndFragile log analysis software breaks since it can't parse the unique user out of the logfile with the cookie name. Anyone know of a patch or a tweak that will get %{Cookie}n to output 'cookiename=cookievalue'? Thanks- John --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org