diff options
author | Ken Coar <coar@apache.org> | 1999-04-29 17:44:32 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1999-04-29 17:44:32 +0200 |
commit | 9a1f46f288cbc2e9d56916deaeab5f2f9fbcda86 (patch) | |
tree | dd7081563599ed41a17705d59849211d67e9817b /docs | |
parent | Add another special-meaning envariable, force-no-vary, to allow (diff) | |
download | apache2-9a1f46f288cbc2e9d56916deaeab5f2f9fbcda86.tar.xz apache2-9a1f46f288cbc2e9d56916deaeab5f2f9fbcda86.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_usertrack.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index ee4ba182c1..87d81ac0f6 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -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" |