[analog-help] Help with filtering users based on cookies

2001-12-20 Thread Harshu Kanitkar
Hello, I have a site in which we have a login and password and when the user logs in I set a cookie. It looks something like this ASPSESSIONIDQLGO=BHELIIBBKDLGCLANLOGHBFCO;+uid=20 I want to filter my users according to uid. How can I configure my reports so that they show only this info and n

Re: [analog-help] Help with filtering users based on cookies

2001-12-20 Thread Jeremy Wadsack
Harshu Kanitkar ([EMAIL PROTECTED]): > I have a site in which we have a login and password and when the > user logs in I set a cookie. It looks something like this > ASPSESSIONIDQLGO=BHELIIBBKDLGCLANLOGHBFCO;+uid=20 I want to > filter my users according to uid. How can I configure my reports

Re:Re: [analog-help] Help with filtering users based on cookies

2001-12-20 Thread Harshu Kanitkar
 Hello,   Thanks for your help. According to the info you gave me, i came up with this:  LOGFORMAT (%Y-%m-%d  %h:%n:%j  %S  %j  %j  %j  %j  %j   %j  %j  %r  %q   %c  %b  %b  %T %j  %j  %A  %u  %f)USERINCLUDE uid=20 My logfiles look somewhat like this  #Fields: date time c-ip cs-username s-sit

Re: [analog-help] Help with filtering users based on cookies

2001-12-20 Thread Jeremy Wadsack
Well, before you add the USERINCLUDE, run it with the LOGFORMAT command to make sure you're getting a proper User Report. Then you can look at the User Report to get a better ideas of what to include. I suspect you'll need something like this: USERINCLUDE *uid=20* There are problems in your LOG