From: Rich Bowen Date: Mon, 25 Oct 2010 13:57:56 +0000 (+0000) Subject: Adds examples to each directive. X-Git-Tag: 2.3.9~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c1ea3d4d9d174e500d60fce4e95179578ee4ffb;p=apache Adds examples to each directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1027122 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_usertrack.html.en b/docs/manual/mod/mod_usertrack.html.en index ac5813d6ba..ceac61ab04 100644 --- a/docs/manual/mod/mod_usertrack.html.en +++ b/docs/manual/mod/mod_usertrack.html.en @@ -92,6 +92,10 @@ level domain (for example .example.co.uk). +

+ CookieDomain .example.com +

+
top

CookieExpires Directive

@@ -114,6 +118,10 @@

If this directive is not used, cookies last only for the current browser session.

+

+ CookieExpires "3 weeks" +

+
top

CookieName Directive

@@ -134,6 +142,10 @@ unpredictable if you use a name containing unusual characters. Valid characters include A-Z, a-z, 0-9, "_", and "-".

+

+ CookieName clicktrack +

+
top

CookieStyle Directive

@@ -168,6 +180,10 @@ three of these formats, with Cookie2 being the preferred format.

+

+ CookieStyle Cookie2 +

+
top

CookieTracking Directive

@@ -188,6 +204,10 @@ mod_usertrack will not activate cookies.

+

+ CookieTracking on +

+
diff --git a/docs/manual/mod/mod_usertrack.xml b/docs/manual/mod/mod_usertrack.xml index de8c79ff9b..734b866b98 100644 --- a/docs/manual/mod/mod_usertrack.xml +++ b/docs/manual/mod/mod_usertrack.xml @@ -82,6 +82,10 @@ should still use your actual domain, as you would with any other top level domain (for example .example.co.uk). + + + CookieDomain .example.com + @@ -109,6 +113,10 @@

If this directive is not used, cookies last only for the current browser session.

+ + + CookieExpires "3 weeks" + @@ -133,7 +141,12 @@

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 "-".

+ + + CookieName clicktrack + + @@ -171,6 +184,10 @@ users' browsers. At the time of writing, most browsers support all three of these formats, with Cookie2 being the preferred format.

+ + + CookieStyle Cookie2 +
@@ -198,6 +215,10 @@ mod_usertrack will not activate cookies.

+ + CookieTracking on + +