Hello All,
i have a script that records to a table some user information.
1- session id
2- page-visited
3- timein
4- timeout
5- totaltime
my question is how can i get the the average time users spend on a particular page (total average time spend on page), i already have the timein, timeout and total time information which is the result of comparing the timein and timeout records.
Any help is greatly appreciated, thanks.