Commit da9cca59 authored by Ken Coar's avatar Ken Coar
Browse files

	A minor but frequest request: allow Webmaster control over the
	name of the tracking cookie.

PR:	2921, 4303


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83131 13f79535-47bb-0310-9956-ffa450edef68
parent c53a97eb
Loading
Loading
Loading
Loading
+41 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ above <TT>CustomLog</TT> directive.

<UL>
<LI><A HREF="#cookieexpires">CookieExpires</A>
<LI><A HREF="#cookiename">CookieName</A>
<LI><A HREF="#cookietracking">CookieTracking</A>
</UL>

@@ -81,6 +82,46 @@ double quotes.
<P>If this directive is not used, cookies last only for the current
browser session.</P>

<H2><A NAME="cookiename">CookieName</A></H2>
<A
 HREF="directive-dict.html#Syntax"
 REL="Help"
><STRONG>Syntax:</STRONG></A> CookieName <EM>token</EM>
<BR>
<A
 HREF="directive-dict.html#Default"
 REL="Help"
><STRONG>Default:</STRONG></A> <EM>Apache</EM>
<BR>
<A
 HREF="directive-dict.html#Context"
 REL="Help"
><STRONG>Context:</STRONG></A> server config, virtual host, directory,
.htaccess<BR>
<A
 HREF="directive-dict.html#Status"
 REL="Help"
><STRONG>Status:</STRONG></A> optional<BR>
<A
 HREF="directive-dict.html#Module"
 REL="Help"
><STRONG>Module:</STRONG></A> mod_usertrack
<BR>
<A
 HREF="directive-dict.html#Compatibility"
 REL="Help"
><STRONG>Compatibility:</STRONG></A> Apache 1.3.7 and later
<P>
This directive allows you to change the name of the cookie this module
uses for its tracking purposes.  By default the cookie is named
"<CODE>Apache</CODE>".
</P>
<P>
You must specify a valid cookie name; results are unpredictable if
you use a name containing unusual characters.  Valid characters
include A-Z, a-z, 0-9, "_", and "-".
</P>

<H2><A NAME="cookietracking">CookieTracking</A></H2>
<A
 HREF="directive-dict.html#Syntax"