Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 69578 invoked from network); 13 Dec 2003 22:56:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 13 Dec 2003 22:56:17 -0000 Received: (qmail 32878 invoked by uid 500); 13 Dec 2003 22:55:51 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 32863 invoked by uid 500); 13 Dec 2003 22:55: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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 32849 invoked from network); 13 Dec 2003 22:55:51 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by daedalus.apache.org with SMTP; 13 Dec 2003 22:55:51 -0000 X-Sasl-enc: hLcNBdoj810hogylcT1mlA 1071356156 Received: from bronfman504 (Toronto-HSE-ppp3742139.sympatico.ca [67.68.71.248]) by mail.messagingengine.com (Postfix) with ESMTP id DFC3E472307 for ; Sat, 13 Dec 2003 17:55:55 -0500 (EST) Date: Sat, 13 Dec 2003 18:02:53 -0500 (Eastern Standard Time) From: Joshua Slive To: users@httpd.apache.org In-Reply-To: Message-ID: References: X-X-Sender: slive@fastmail.fm@mail.messagingengine.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] mod_usertrack, WindowsXp & cookies X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sat, 13 Dec 2003, Andrew Quayle wrote: > Apache, by default doesn't send cookies (so the docs say) - How do I change > it to send cookies. I am running WindowsXP and don't know what file to > change. > > Quote from Apache Docs:- > When the user track module is compiled in, and "CookieTracking on" is set, > Apache will start sending a user-tracking cookie for all new requests. This > directive can be used to turn this behavior on or off on a per-server or > per-directory basis. By default, compiling mod_usertrack will not activate > cookies. > > So - how do I turn on cookies please?? The crucial file is httpd.conf. You likely need to make two changes to this file: 1. There should be a line that begins with LoadModule that references mod_usertrack. You need to uncomment this to enable mod_usertrack. 2. You need to add the line "CookieTracking On". Adding it to the end of the file should be sufficient. Joshua. --------------------------------------------------------------------- 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