[Zope-Coders] TemporaryFolder, Transience, and Sessions
Matthew T. Kromer
matt@zope.com
Tue, 13 Nov 2001 17:08:15 -0500
I have knitted the TemporaryFolder, Transience, and Sessions products
into the Zope trunk; future checkouts should pick these up
automatically, and the Application object will create instances of the name
/temp_folder -- a temporary folder
/temp_folder/transient_contaner -- a transient object container
/browser_id_manager -- a browser ID manager
/session_data_manager -- a session data manager
into the root application. This *should* be seamless, but of course if
it isn't it represents a bug; so I'd like to know if something breaks.