]> granicus.if.org Git - apache/commitdiff
A minor but frequest request: allow Webmaster control over the
authorKen Coar <coar@apache.org>
Thu, 29 Apr 1999 15:44:32 +0000 (15:44 +0000)
committerKen Coar <coar@apache.org>
Thu, 29 Apr 1999 15:44:32 +0000 (15:44 +0000)
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

docs/manual/mod/mod_usertrack.html

index ee4ba182c126b720e6d0f712878e94b5ded32ad9..87d81ac0f653eaf5828bf437063daddf78db8cb0 100644 (file)
@@ -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"