31 Aug
2003
31 Aug
'03
11:32 p.m.
I have a collection of session objects, each corresponding to an active users, each stored away in a session data container which is, itself, stored away in a transience object (aka temp_folder). For system monitoring purposes I want a privileged user to be able to look at the session data objects. The documentation (Zope Book, 2_6 Ed) is silent on this question. A first attempt at looking inside a session data container failed on security even at the highest privilege level. I'm assuming that access is only allowed from External Methods and Procducts, but thought I'd ask the group before reading the code and experimenting. -d