Re: [Zope-dev] Session Event Listeners

2003-02-27 Thread Chris Withers
Beef a wrote: Does anyone have any idea how to register session event listeners in Zope 2? Chris McDonough is "tha man" when it comes to this. It's probably all documented in the online Zope Book by now, or in the Zope distribution somewhere. In any case, he'll be able to tell you wehre to find

[Zope-dev] Session Event Listeners

2003-02-26 Thread Clemens Robbenhaar
Beef a writes: > Does anyone have any idea how to register session event listeners in Zope 2? [..] Check with the "/temp_folder/session_data" in your Zope, or create your own "Transient Object Container", if there is no such object. Cheers, Clemens ___

[Zope-dev] Session Event Listeners

2003-02-26 Thread Beef a
Does anyone have any idea how to register session event listeners in Zope 2? This is a standard concept in Java/JSP/ASP et al. Basically it allows a method to be registered and executed when a http session is either created, lost or invalidated. Is there such a thing in Zope? Thanks -- Brian