23 Apr
2001
23 Apr
'01
3:55 p.m.
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