From: Noirin Plunkett Date: Sun, 18 Jun 2006 22:00:34 +0000 (+0000) Subject: Backports of mod_usertrack fixes X-Git-Tag: 2.0.59~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c63baab8808573e5c870fb4338fee215d14eecab;p=thirdparty%2Fapache%2Fhttpd.git Backports of mod_usertrack fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@415205 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_usertrack.html.en b/docs/manual/mod/mod_usertrack.html.en index c2ec23adb95..d64ec460211 100644 --- a/docs/manual/mod/mod_usertrack.html.en +++ b/docs/manual/mod/mod_usertrack.html.en @@ -130,7 +130,21 @@ time late in the year "37".

The domain string must begin with a dot, and must include at least one embedded dot. That is, - ".foo.com" is legal, but "foo.bar.com" and ".com" are not.

+ .foo.com is legal, but foo.bar.com and + .com are not.

+ +
Most browsers in use today will not allow cookies to be set + for a two-part top level domain, such as .co.uk, + although such a domain ostensibly fulfills the requirements + above.
+ + These domains are equivalent to top level domains such as + .com, and allowing such cookies may be a security + risk. Thus, if you are under a two-part top level domain, you + should still use your actual domain, as you would with any other top + level domain (for example, use .foo.co.uk). +
+
top
@@ -204,7 +218,8 @@ time late in the year "37".

Not all clients can understand all of these formats. but you should use the newest one that is generally acceptable to your - users' browsers.

+ users' browsers. At the time of writing, most browsers only fully + support CookieStyle Netscape.

top
@@ -218,12 +233,13 @@ time late in the year "37". Status:Extension Module:mod_usertrack -

When the user track module is compiled in, and - "CookieTracking on" is set, Apache will start sending a +

When mod_usertrack is loaded, and + CookieTracking on is set, Apache will send 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.

+ per-directory basis. By default, enabling + mod_usertrack will not + activate cookies.

diff --git a/docs/manual/mod/mod_usertrack.xml b/docs/manual/mod/mod_usertrack.xml index 31eace67869..97777cde800 100644 --- a/docs/manual/mod/mod_usertrack.xml +++ b/docs/manual/mod/mod_usertrack.xml @@ -122,7 +122,21 @@ time late in the year "37".

The domain string must begin with a dot, and must include at least one embedded dot. That is, - ".foo.com" is legal, but "foo.bar.com" and ".com" are not.

+ .foo.com is legal, but foo.bar.com and + .com are not.

+ + Most browsers in use today will not allow cookies to be set + for a two-part top level domain, such as .co.uk, + although such a domain ostensibly fulfills the requirements + above.
+ + These domains are equivalent to top level domains such as + .com, and allowing such cookies may be a security + risk. Thus, if you are under a two-part top level domain, you + should still use your actual domain, as you would with any other top + level domain (for example, use .foo.co.uk). +
+ @@ -209,7 +223,8 @@ time late in the year "37".

Not all clients can understand all of these formats. but you should use the newest one that is generally acceptable to your - users' browsers.

+ users' browsers. At the time of writing, most browsers only fully + support CookieStyle Netscape.

@@ -229,12 +244,13 @@ time late in the year "37". FileInfo -

When the user track module is compiled in, and - "CookieTracking on" is set, Apache will start sending a +

When mod_usertrack is loaded, and + CookieTracking on is set, Apache will send 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.

+ per-directory basis. By default, enabling + mod_usertrack will not + activate cookies.