diff --git a/docs/manual/mod/mod_usertrack.html.en b/docs/manual/mod/mod_usertrack.html.en index b212747..d2da9b9 100644 --- a/docs/manual/mod/mod_usertrack.html.en +++ b/docs/manual/mod/mod_usertrack.html.en @@ -47,7 +47,10 @@
CookieExpires "3 weeks"+ + +
Description: | Adds the 'HTTPOnly' attribute to the cookie |
---|---|
Syntax: | CookieHTTPOnly on|off |
Default: | CookieHTTPOnly off |
Context: | server config, virtual host, directory, .htaccess |
Override: | FileInfo |
Status: | Extension |
Module: | mod_usertrack |
When set to 'ON', the 'HTTPOnly' cookie attribute is added to this + modules tracking cookie. This attribute instructs browsers to block javascript + from reading the value of the cookie.
+CookieName clicktrack+
Description: | Adds the 'SameSite' attribute to the cookie |
---|---|
Syntax: | CookieSameSite None|Lax|Strict |
Default: | unset |
Context: | server config, virtual host, directory, .htaccess |
Override: | FileInfo |
Status: | Extension |
Module: | mod_usertrack |
When set to 'None', 'Lax', or 'Strict', the 'SameSite' cookie attribute + is added to this modules tracking cookie with the corresponding value. + This attribute instructs browser on how to treat the cookie when it is + requested in a cross-site context.
+ +A value of 'None' sets 'SameSite=None', which is the most liberal setting. To + omit this attribute, omit the directive entirely.
+Description: | Adds the 'Secure' attribute to the cookie |
---|---|
Syntax: | CookieSecure on|off |
Default: | CookieSecure off |
Context: | server config, virtual host, directory, .htaccess |
Override: | FileInfo |
Status: | Extension |
Module: | mod_usertrack |
When set to 'ON', the 'Secure' cookie attribute is added to this + modules tracking cookie. This attribute instructs browsers to only + transmit the cookie over HTTPS.
+