Getting all sessions

"Ernesto Adorio" <[email protected]>
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
Hi,

I am using Quixote with sessions stored in a Durus database.
To get information on all sessions, I can write

root = get_session_manager().store.connection.get_root()
session_ids    = root.items()[0][1].keys()
session_values = root.items()[0][1].values()

What is the most direct way of getting all active sessions
independent of the way you store sessions?

Thanks in advance,

Ernie

_______________________________________________
Quixote-users mailing list
[email protected]
http://mail.mems-exchange.org/mailman/listinfo/quixote-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.