Zope temporary storage / folder support.
This package contains Products.TemporaryFolder
and
Products.ZODBMountPoint
.
Don't forget to add or uncomment the temporary storage database definition in your Zope configuration so a temporary folder can get created:
<zodb_db temporary> <temporarystorage> name Temporary database (for sessions) </temporarystorage> mount-point /temp_folder container-class Products.TemporaryFolder.TemporaryContainer </zodb_db>