12 Sep
2002
12 Sep
'02
8:15 a.m.
Hi Chris, ok I tried it. Here my results running on Zope-2.3.3, Python 2.1.3: with Sessions, Transience and TemporaryFolder from cvs.zope.org/Products/ I had to add a browser_id_manager, temp_folder and session_data_manager in the way Zope 2.5 would do it. On the session_data_manager I have to disable to feature that SESSION will be stored in REQUEST since the function set_lazy is missing. I have to add a Transience Object Container into temp_folder after each restart of zope. How can I let Zope do that automatically on each restart ? Everything else is working. Regards, Dirk