[Zope-CMF] Displaying who is logged in ...
seb bacon
seb@jamkit.com
Fri, 30 Nov 2001 11:46:08 +0000
* Gitte Wange <gitte@mmmanager.org> [011130 10:39]:
> I would like to create a page displaying all the users that are logged
> in ... sort of a "Who's online" page.
>
> I have searched the help files and the source for finding a isLoggedIn
> method ... but couldn't find such a method. But I think I have seen it
> before - or is it just me dreaming ???
I've never seen such a thing. You could add a python script to
logged_in.dtml which appends the name of a logged in user to a list,
and vice versa for logging out?
seb