[Zope] Sending an alarm message to all logged-in users

Jens Vagelpohl jens at dataflake.org
Mon Oct 18 01:14:20 EDT 2004


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



More information about the Zope mailing list