I'm trying to access an extra field/column I've added to the User model and add it to the cherrypy.session dict. Ideally I would like this to be part of the act of logging in - pass the user's app specific data or previous state to the session dict so they can pick up where they left off. I've only seen this mentioned once on the list. I'm hoping to get a clear idea of how to do this. I'll be happy to add it to the documentation once its clear to me as I think its pretty important.
Here's what I added to class User in model... source_uri = UnicodeCol( length= 400 ) Thanks for any advice. Aris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

