You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nicolas Laigle <ni...@fr.adp.com> on 2002/07/31 11:54:32 UTC

Cookie problem with mod_usertrack

Hi everyone,
I'm using mod_usertrack to automaticaly set a cookie to any apache server
response.
Here are the config directive I'm using:
<IfModule mod_usertrack.c>
    CookieDomain "<my domain>"
    CookieStyle Netscape
    CookieName Session_Cookie
    CookieTracking on
</IfModule>

This should set a cookie named "Session_cookie", but in reality here is an
example of the cookie I get:

Cookie: Apache=xxx.xx.xxx.xx.11774102810848774

Apache is the default cookie name. The CookieName directive should force the
cookie name to my prefered name.
Any experience of this problem ?

Regards

----------------------------------------------------------------------------
----

Nicolas Laigle

12, rue de Paris
78230 Le Pecq
Tél  +33 (0)1 55 63 14 65
Fax +33 (0)1 55 63 55 31
Email  nicolas.laigle@fr.adp.com
Web  http://www.fr.adp.com



----------------------------------------------------------------------------
----