Question
Tracking the average time spent by the user
Hi everyone
I'm working on a system that will track the time spent in my application by each user, The only Idea I found is:
Log every session start time and sessionID and then update it when the session is closed. This approach won't give me an accurate results
Anyone have a better idea ?
Thanks
