A SQL query like this one will tell you all the currently unexpired cookies, and includes a user name column:
select * from tg_lb_visit where expiry >= now() Barry ----- Original Message ---- From: Alexandre da Silva <[EMAIL PROTECTED]> To: Turbogears <[email protected]> Sent: Friday, January 18, 2008 1:23:24 PM Subject: [TurboGears] connected users Hello all, I am trying to get the current connected users on tg application, but I have no success someone already done something like it? thanks for all -- Alexandre da Silva Analista de Sistemas - Bacharel em Sistemas de Informação (2003-2007) -- Alexandre da Silva Analista de Sistemas - Bacharel em Sistemas de Informação (2003-2007) ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

