You wish to find out the requests with a
specific cookie in the request headers.
Listing 19
LogParser -i:IISW3C -o:DataGrid "SELECT cs-uri-stem, sc-status as Status FROM
ex080620.log WHERE like cs-cookie '%ASPSESSIONID%'" -q:ON
Listing 20: Find requests with
extension PNG
LogParser -i:IISW3C -o:DataGrid "SELECT cs-uri-stem, sc-status as Status FROM
ex080620.log WHERE cs-uri-stem like '%png%'" -q:ON