On Oct 6, 2:05 pm, Christoph Zwerschke <[email protected]> wrote: > Kevin schrieb: > > > In a TG 1.08 app I've been using the VisitIdentity class to list who's > > currently logged in. > > > I noticed the the quickstart for 1.1 creates the class, etc, but the > > information (user_id, visit_key) doesn't seem to be written to the DB > > table. Is this used anymore? > > Just checked this and it's still working for me in 1.1. Do you use > SQLAlchemy or SQLObject? Which version? Which database? Anything you > changed in the quickstarted project?
Interesting it worked for you. Was your test on an original TG 1.0 quickstart or a 1.1? In my case it's an older project upgraded, the tg_visit table is used, tg_visit_identity table is not. Interestingly, identity works fine. SQLObject 11.2 Postgresql 8.3.8 I didn't mess with visit/identity if that's the question. I'll need to do a fresh quickstart with 1.1 and see how it works, then compare with my original. Somethings different. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

