Hello everyone, I'm in the process of migrating a TG1 website to TG2. Of course there were a lot of changes since the 1.3 branch, but mostly it's just switching syntax. What I'm having trouble with however is to get a list of all online users. In TG1 you had a visit_identity table which would (roughly) list all "currently logged in" members - which for my application is accurate enough even if the auto-logout timeout is 12 hours.
Is there a way to get a list of user id's currently logged in on a TG2 server? Visits are no longer logged in a database table, so the convenience of simply running a db-query isn't there anymore (aside from having to figure out how to forcibly log a user off - but that's for another day). So, any way to get a list of online users? Thanks Uwe -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

