in reply to Perl Programming Logic
As for solving your problem, I would probably split the log files up by IP address (which may or may not stay the same for a given user, but that is another discussion). then set a length of time that you consider to be too long to view one page, say 1 hour. Then whenever one hour goes by for a single user between page request you interpret that to mean the person quit surfing.
I hope this helps you out some. ;-)
-caedes
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl Programming Logic
by Anonymous Monk on Jul 01, 2002 at 18:58 UTC | |
by Anonymous Monk on Jul 01, 2002 at 22:21 UTC |