> 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.
Sure, you can store whatever you want in the global state object, and TG2 will have a beaker based session/caching system so there's plenty of places to store your stuff :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

