I am in need of formatting our access log files in a
similar vein to the ways Apache does for WebTrends
analysis specifically with regard to recording cookie
information.
In Apache, I would add the tag, \"%{Cookie}i\" , to
the LogFormat for use with a CustomLog directive.

In Orion, I know that in the web-site.xml file, I can
add the directive
        $cookie:CookieID1
to the access-log format to write a single cookie
value to the access log.

Unfortunately, this does not satisfy WebTrends needs. 
I need a cookie directive for the access log format
that displays all the cookies as key-value pairs (ie.
CookieID1=CookieValue1) similar to Apache, which also
displays a "-" when no cookies are found.  
Our access-log format as been
format="$ip - - [$time] "$request" $status
$size "$referer"
         "$agent"
"COOKIE_ID1=$cookie:COOKIE_ID1""

Hardcoding the "COOKIE_ID1=" in the access log format
is no longer a viable option.

Does anyone know the access log directive I am looking
for or where I can find it or if it exists?

stephen m hellman
[EMAIL PROTECTED]

PS - Sorry if this is posted twice. I sent it
yesterday morning from my work email account, and the
message still hasn't been posted to the list.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to