From fdc5cb4858c4b3162812245422c791dad0d67e43 Mon Sep 17 00:00:00 2001
From: Noirin Plunkett 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.
.co.uk
,
+ although such a domain ostensibly fulfills the requirements
+ above..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 .foo.co.uk
).
+ 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 + supportCookieStyle Netscape
.
@@ -229,12 +244,13 @@ time late in the year "37".
When the user track module is compiled in, and - "CookieTracking on" is set, Apache will start sending a +
When 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.