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 _________________________________________________________________ Express yourself with cool emoticons http://messenger.msn.co.uk
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
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 it... cheers, Chris
participants (3)
-
Beef a -
Chris Withers -
Clemens Robbenhaar