You could use an External Method as an Access Rule which writes the session id, URL, and time of each page request out to a logfile. (It's best to use the getId() method of a session object to get the session id.) Then write an analysis tool which computed what you wanted to know about that data. ----- Original Message ----- From: "Dennis Allison" <allison@sumeru.stanford.EDU> To: <zope@zope.org> Sent: Wednesday, July 17, 2002 8:08 PM Subject: [Zope] Tracking Users in Zope
For a research project, I need to do detailed tracking of individual user behavior, something on the order of the Z2.log file, but tied to a particular user's session. Basically I want to log the time of arrival and departure of each user on each "page" of the system. Anyone else tried this in the context of Zope?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )