[Zope] getting current logged-in users
Lennart Regebro
lennart@regebro.nu
Tue, 11 Feb 2003 19:18:38 +0100
Mike Doanh Tran wrote:
> Hi all,
>
> How do i display current logged-in users? Is there an existing Zope
> product that can do this? Sort of like an In/Out Board to let other members
> know who's currently online.
In most cases the server simply would not know which are logged in,
since it's the client that keeps track of if it's logged in or not.
However, it would be possible to keep track of users with sessions, but
this is not done by default.