[Zope-dev] CoreSessionTracking

Chris Withers chrisw@nipltd.com
Mon, 23 Apr 2001 16:55:51 +0100


Chris McDonough wrote:
> 
> Darn.  Security nails us once again.  :-(
> 
> I'll need to figure out how to allow __setitem__ to be called on session
> data objects from within a Python Script.

Add a line below your definition of __setitem__ that reads:

__guarded_setitem__ = __setitem__

cheers,

Chris