Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 2370 invoked from network); 2 Nov 2006 14:46:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 14:46:52 -0000 Received: (qmail 36001 invoked by uid 500); 2 Nov 2006 14:46:51 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 35978 invoked by uid 500); 2 Nov 2006 14:46:51 -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 35967 invoked by uid 99); 2 Nov 2006 14:46:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 06:46:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 06:46:36 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gfdpf-0004uQ-MB for users@httpd.apache.org; Thu, 02 Nov 2006 06:46:15 -0800 Message-ID: <7134918.post@talk.nabble.com> Date: Thu, 2 Nov 2006 06:46:15 -0800 (PST) From: tsarvak To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tim.sarvak@thomson.com X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] can Apache read a user cookie and write value to access_log? Hi everyone - I'm a complete newbie to Apache and web development in general, just started learning about it it this week. Here's my situation: We have Apache 1.3 installed on an AIX server. I want to be able to read a cookie from the user's client PC when they access the website. This cookie would contain their user Id. I then want to write the value of this cookie to the standard access_log file. The purpose of this is to determine which users are accessing our Cognos Web reports and when. I understand that Apache can write its own user tracking cookie via the mod_usertrack, but I need something that specifically allows me to read this custom cookie containing the user's name. Help of any kind would be appreciated! Thanks. -- View this message in context: http://www.nabble.com/can-Apache-read-a-user-cookie-and-write-value-to-access_log--tf2560197.html#a7134918 Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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