[Zope] logged in users
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Wed, 21 Nov 2001 14:05:40 +0300
On Wed, Nov 21, 2001 at 12:00:05PM +0100, Steffen Hausmann wrote:
> ist there a posibility to view all users that are logged in on a zope
> server?
HTTP is a stateless protocol, i.e. a server (including Zope) does not
track who is still logged in. There is no such thing as "list of users
logged in".
Oleg.
--
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.