I have abc=1234 added to cookie.
It shows up in IIS log. But the cs(Cookie) field shows other cookies also separated by semicolon.
I want to use logparser to get the value of cookie abc.
Can you please suggest a query?
e.g. if cs(Cookie) has value +pqr=999;+abc=1234;+xyz=222, the logparser query should return 1234.