I am tracking sessions using a db store and my initial thought was to
query the DB and see which sessions were active, then pair up users
based on session id and show users in a pair the same page. However,
the database does not track which sessions are active, so this will
not work (my database has session_id, atime, and data fields following
the demo at http://webpy.org/cookbook/sessions).
At this point, I'm a little lost, and I would appreciate any advice
from my more experienced peers.
Cheers,
Jacob
--
You received this message because you are subscribed to the Google Groups "web.py" group.
To post to this group, send email to we...@googlegroups.com.
To unsubscribe from this group, send email to webpy+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webpy?hl=en.