Well, session-cookies is deprecated in TurboGears. It can be used, but it would probably be better to do make something based on normal cookie and storing state information in the database - or even better, to make the code completely stateless. It might also be possible to share session information across CherryPy instances, but I don't know about that :)
Concerning UI components (in TurboGears lingua, widgets), I think you should be able to find what you need. The upcoming version of TurboGears has a number of built-in widgets - if you have one of the alpha-versions installed, you can see them by running "tg-admin toolbox". Besides, there are more widgets to be found in the CogBin: http://www.turbogears.org/cogbin/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

