Forum Moderators: phranque

Message Too Old, No Replies

Cookie Generation from Apache web server 2.0

         

anand111

12:24 pm on Jul 13, 2009 (gmt 0)

10+ Year Member



Dear all,

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]

jdMorgan

3:59 pm on Jul 13, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just to be sure...

You are aware that "#" means the line is a comment and is to be ignored, right?

The cookie *does* have to match the server's domain -- You cannot read a cookie for other domains or subdomains that are not part of this server's own domain.

Jim