Apache Reference: mod_usertrack, CookieName
CookieName
Name of Tracking Cookie
Syntax: CookieName A
Example: CookieName FooBar
Since: Apache 1.3.7
This directive specifies the HTTP cookie that mod_usertrack uses for tracking purposes. By default, this cookie is named ``
Apache''. You must specify a valid cookie name. Using a name containing unusual characters will yield unpredictable results. A valid name is one that matches the regular expression ``[A-Za-z0-9_-]+''.