Forum Moderators: phranque
On Redhat i m trying to generate cookies on client browsers Cookie Folder for the http request given to the web server, given the following configuration, but i could not get the cookie.
does any changes have to be done, apart this- could i have to change domain name same ase host
i configured as,
#<IfModule mod_usertrack.c>
CustomLog logs/clickstream "{cookie}n %r %t"
#CookieDomain .xyz.example.co.in
#CookieExpires 60
#CookieName WSD
#CookieFormat Normal
#CookieStyle Cookie
#CookieTracking on
#</IfModule>
[edited by: jdMorgan at 3:58 pm (utc) on July 13, 2009]
[edit reason] example.com.in [/edit]