[Zope] Iterating over objects in temp_folder/session_data

Dieter Maurer dieter@handshake.de
Mon, 25 Nov 2002 19:34:37 +0100


Tony McDonald writes:
 > I'd like to iterate over all transient objects and SESSION variables held in
 > those transient objects on our server. That is all the transient objects
 > held in temp_folder/session_data.
I expect, "session_data" will expose a (protected) mapping API
with methods "keys", "values" and "items".

You will almost surely need an External Method or file system based
product to use this API (at least I hope so).


Dieter