"Pearl" <[EMAIL PROTECTED]> writes: > In my project I have multiple users logged in, and I require to know > the logged in users at a particular moment. Is there a provision in > turbogears to achieve this?
You can check the visit table and retrieve all records that haven't expired yet (i.e. expiry > datetime.now()). Then join the visit_ids with the values in tg_visit_identity to retrieve the desired logins. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

