You can loop over the session data object in a session data container. The session data container uses the Python mapping interface. There is an "internal" session data container if you're using the default RAM-based sessioning. It is the _sdc attribute of the session data manager. An external session data container is of course its own manageable Zope object. See the SessioningInterfaces.py file for the interfaces associated with a session data container. ----- Original Message ----- From: "Pawel Lewicki" <lewicki@provider.pl> To: <zope@zope.org> Sent: Sunday, July 22, 2001 10:12 AM Subject: [Zope] CoreSessionTracking - looping over items
Hallo, Is it possible to browse all sessions in search for specific data? Like for example listing the names of all logged users.
Pawel Lewicki
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )