On Monday 04 August 2003 10:06 pm, Jim_Brouse/[EMAIL PROTECTED] wrote: > How can I determine the total time spent at a particular domain for a > particular IP address?
(a) Record the time the address first contacts the domain. (b) Record the time they last contact the domain. (c) Subtract (a) from (b) = time spent at the domain. Both (a) and (b) can be found from access.log Remember that http is a stateless protocol - you cannot tell when someone 'leaves' a domain, except by noticing that they haven't returned.... Antony. -- Most people have more than the average number of legs.
