Forum Moderators: DixonJones
I read Javascript onunload is unreliable because the inconsistencies between browsers.
I know AWstats offers Sesion duration information. I looked in their PERL script to find the variable $endtime = Time::Local::timelocal($6,$5,$4,$3,$2-1,$1);
But I don't know what that means. Do they simply calculate the visit duration based on the time different between the first page request and the last page request? Or is there another hint the broswer is sending the server when it quits a page?