Re: [Zope] Sessions and Persistence

2005-11-13 Thread Peter Bengtsson
Dennis, can you try the same thing but without recreating SESSION as a variable of REQUEST, i.e. like this instead:: # Script (Python) setSessionVariable ##bind container=container ##bind context=context ##bind namespace= ##bind script=script ##bind subpath=traverse_subpath ##parameters=var, val

[Zope] Sessions and Persistence

2005-11-11 Thread Dennis Allison
Current configuration: Linux RH7.3 Zope 2.8.4 Python 2.4.2 (but the same is observed with Python 2.3.5) I continue to observe occasional failures of the Zope session variable mechanism. The problem manifests itself by a KeyError when accessing data in the session data container. We