<div dir="ltr">Hi,<br><br>I am a new to Zope. In my Zope application I want to
integrate UserTrack product, to track the logged in users. I placed the UserTrack
folder inside the Products directory, and created an instance of
UserTrack inside some of the other zope products, as follows:<br>
<br>u = UserTrack()<br>logger(str(u.listUserActivities()))<br><div dir="ltr"><br>But the list is coming as empty. I think the place where I have initialised the UserTrack instance is wrong. <br><br>In
the Readme file which comes along with UserTrack says that, UserTrack
lists the currently active authenticated users that are logged into
zope and accesses an object below the folder where the UserTrack
instance resides. So I guess I need to write initialize in some of the
ZMI folder object, but which one?. Can anyone please help me.<br>
<br>Thanks<br>Roopesh</div><br>
</div>