Hello,

Has anyone looked at PR 13211?  I am seeing this in a custom module that I
maintain.  I replicated the behavior in mod_usertrack, and saw that someone
had already reported it a few months ago.  More background:

Build and install v2.0.44 as follows:

./configure --prefix=/tmp/apache --enable-usertrack

Add "CookieTracking on" to the end of the default httpd.conf file, start up
Apache and look at the headers for "/" -- only one cookie.  Now copy
/tmp/apache/htdocs/index.html.en to /tmp/apache/htdocs/index.html and look
at the headers for "/".  I get two cookies for every page that does NOT use
content negotiation (which unfortunately for me is my entire site...).

I also ran the same tests with v1.3.27 built as follows:

./configure --prefix=/tmp/apache --enable-module=usertrack

And -never- got two cookies.  I ran these tests on Red Hat Linux 7.3, but
have also seen the problem on Solaris.  Any ideas?

Thanks,
-Frank

Reply via email to