21 Nov
2001
21 Nov
'01
11:05 a.m.
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.