Forum Moderators: DixonJones
Using standard web logs, you can automatically get basic information: visitor IP, date, time, login, request URL, size, status.
However, most servers allow you to collect more information, including the referring URL and the agent (browser). And some even go further, allowing you to collect session ID, cookies, and server stats.
Finally, if you enhance your site for metrics, you can then get even further information.
Perhaps if you could tell us what types of servers you are using you might be better information.
Larry
Do you know any open source traffic logging software, preferrably windows, looking for a good base to work with.
Thanks you,
AndAgain
If you can run an open source web server such as Apache, you can basically modify it to log anything that the web server receives from HTTP, etc. There are also ways to use Javascript to produce the type of data that is included in logs, but not all browsers support or enable Javascript.