The data object timeout value was what I needed. I'm afraid though that in this case I don't have a good answer for why they're not being expired. I will put looking into this on my todo list. On Tue, 2004-05-04 at 09:32, Alex V. Koval wrote:
Hi Chris,
On Wed, 21 Apr 2004 11:36:59 -0400, Chris McDonough <chrism@plope.com> wrote:
What do you have the transient object timeout set for?
Do you mean this (/temp_folder/session_data):
Data object timeout value in minutes: 20
Also, here is a part of zope.conf for your reference: # from Chris <zodb_db temporary> # Temporary storage database (for sessions) <filestorage> path $INSTANCE/var/Sessions.fs </filestorage> mount-point /temp_folder container-class Products.TemporaryFolder.TemporaryContainer </zodb_db>
Regards.