Apache 2.2.6 on Solaris.

We've encountered an issue where cookies seem to be disappearing. We think it has something to do with a Load Balancer the traffic is passing through.

We want to log the cookies being received to try to find out what's going on.

I tried adding the following to my configuration to try to see if I *could* capture all the cookies.

LogFormat "%h %l %u %t \"%r\" %>s %b "%{the-cookie-name}C\"" cookies

CustomLog           cookies.log cookies


What's showing up in this log file is (<ip> & <tstamp> to save wrapping of 
line) :

<ip> - - [<tstamp>] "GET /images/twitter.jpg HTTP/1.0" 200 1014 "-"

Does this mean the cookie named "the-cookie-name" did not appear in the request?

I tried getting ALL cookies by using %{*}C and got the same results. I'd like to get ALL the cookies, since we don't know *exactly* what's being dropped.

--
J.Lance Wilkinson ("Lance")           InterNet: [email protected]
Systems Design Specialist - Lead        Phone: (814) 865-4870
Digital Library Technologies            FAX:   (814) 863-3560
E3 Paterno Library
Penn State University
University Park, PA 16802

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to