> Pylons has a global state object they call g which can store global > state information, and a request local state object called c, so you > still have access to state information, it's just a bit more > controlled.
Hi Mark, I presently have a db-less TG1.0 app that uses a CP-session like impl for thread-safe authenticated user sessions. I have a very minimal amount of state-info stored in my controllers as I'm not using a db. Will TG2 with this single global state object still allow me migrate from TG1 --> TG2 when no db is used. Thanks, /venkat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

