[Zope] Sessions and the temp_folder

Chris Muldrow cmuldrow@fredericksburg.com
Fri, 13 Dec 2002 14:57:27 -0500


Now that I've got sessioning backed by Berkeley Storage via various howtos,
my session data container lives in a Berkeley-backed folder in the root of
my zope called session_storage. The default temp_folder that Zope creates is
still sitting in the root of my zope with the default data container inside.
Is that folder sucking down RAM and using resources, or does it just sit
happily if the session data manager isn't making calls to it? I ask because
it won't stay deleted if I use an external method to kill it--it returns
like a bad fungus when I restart a Zope client.