Calculating how long time a user spends on a page
Hello, I need to find out how long time a user spend on a page in my zope site. Guess you can do that by a session/cookie, but I don't know anything about it. Anyone who has tried to do something like this ? It's for a cinema that plays movies (pay-per-view), so I need to count the minutes from the movie begins to the user exits. Any good ideas ? Regards, -- ************************ Gitte Wange Jensen System Squid Developer MMManager Aps +45 29 72 79 72 gitte@mmmanager.org ************************
Gitte Wange wrote:
Hello,
I need to find out how long time a user spend on a page in my zope site. Guess you can do that by a session/cookie,
I know of noe way you can do it reliably using session/cookies ;(
but I don't know anything about it. Anyone who has tried to do something like this ?
It's for a cinema that plays movies (pay-per-view), so I need to count the minutes from the movie begins to the user exits.
Any good ideas ?
The only way I can think of is measuring the actual movie stream. That also seems to be most fair as that (and not viewing the page around it) is what you actually charge for ;) ----------------- Hannu
Gitte Wange wrote:
I need to find out how long time a user spend on a page in my zope site. Guess you can do that by a session/cookie, but I don't know anything about it. Anyone who has tried to do something like this ?
It's for a cinema that plays movies (pay-per-view), so I need to count the minutes from the movie begins to the user exits.
http://www.sealedmedia.com cheers, Chris
participants (3)
-
Chris Withers -
Gitte Wange -
Hannu Krosing