Question
Extracting user info from access log?
I'm trying to extract user information from the access logs
so that we can find out how many users accessed content during a
specified time period. As far as I can tell, the only available
field is IP (which will provide inaccurate information if a bunch
of users are accessing content from behind a firewall). We
considered another field (c-client-id) but this field unfortunately
seems to change based on the content accessed by a client (browser)
even if the new content is viewed in the same browser window. So if
I view 2 videos from the same browser screen, 2 separate client ids
will be logged. I would like to aggregate session information for a
single user. Any help will be appreciated.