[Zope] sessions and zope2.6.0 [update]

Bakhtiar A Hamid kedai@kedai.com.my
Wed, 23 Oct 2002 12:36:53 +0800


On Wednesday 23 October 2002 00:03, Chris McDonough wrote:
> Bakhtiar,
>
> After doing the other things I've mentioned, would you also please try
> applying the following diff to the Products.Transience.Transience.py
> module:
>
> Index: Transience.py
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file:
> /cvs-repository/Zope/lib/python/Products/Transience/Transience.py,v
> retrieving revision 1.28
> diff -r1.28 Transience.py
> 681c681
> <         for k in data.keys(None, delete_end):
> ---
>
> >         for k in list(data.keys(None, delete_end)):
>
> See if your error disappears...
>
> Thanks!
>
> - C

update:
after doing all these, i now get the behaviour that zope2.5.1 gave; i.e i=
=20
still get the key error, but now that key error does not steal my zmi fro=
m=20
me.

i can now go into temp_folder/session-data and reset the bugger :P

back to square one?

>