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