25 Nov
2002
25 Nov
'02
6:34 p.m.
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