I need to write a log system that will save all the domain names and time of visit (if possiable the closing time too) that was made using all browsers which are installed on windows.
for example:
http://stackoverflow.com 14:45 – 16:55
I couldnt find any implementation info on google, Please forward me or explain what is the way to go.
what you ask for is highly dependent on browser/browser version used (and potentially Windows version too)…
Since you don’t describe what the goal is it is hard to come up with specific solutions/options…
One rather browser-agnostic option would be to implement a proxy and configure the system/browsers to use that proxy… the proxy would then do the logging. but this could easily be circumvented by changing the proxy configuration in the browser…