18 Oct
2004
18 Oct
'04
5:14 a.m.
On Oct 18, 2004, at 6:17, Dennis Allison wrote:
Many Zope sysems (ours included) use authentication and maintain session information. Logged in users are those for which we have session information and which we believe (for some reason) are still active.
That's one of the ways to "fake out" this information. It still does not reflect the true "logged in users", but it's a useful approximation that works in most cases. But that still doesn't allow you to somehow contact them from the server. You won't get around coding something that adds your message to the page the next time a user requests one. jens