Re: [Zope] losing random session data

2007-03-18 Thread Maciej Wisniowski
> my data ends up looking like this: > > order [{}, {}, {'foo': '1', 'bar': 'a'}, {}, {'foo': '2', 'bar': 'b'}, > {'foo': '6', 'bar': 'z'}, {'foo': '1', 'bar': 'a'}] What is wrong here? I mean what output is expected? > I've seen http://mail.zope.org/pipermail/zope-dev/2006-July/027890.html > an

Re: [Zope] losing random session data

2007-03-18 Thread Andreas Jung
--On 18. März 2007 16:22:29 -0400 Norbert Marrale <[EMAIL PROTECTED]> wrote: In Zope 2.7.5-final, python 2.3.5, freebsd6 with Transient Object Container settings: Data timeout: 20 Timeout resolution: 20 Maximum subobjects: 1000 Zope 2.7 is completely outdated and unsupported. Consider upg

[Zope] losing random session data

2007-03-18 Thread Norbert Marrale
In Zope 2.7.5-final, python 2.3.5, freebsd6 with Transient Object Container settings: Data timeout: 20 Timeout resolution: 20 Maximum subobjects: 1000 and a python script that does this: req = context.REQUEST prev_order=(req.SESSION.get('order')) if prev_order == None: order=[] else: order