I have similar code in an "audit" decorator for exposed controller methods (the audit decorator basically logs method calls along with arguments and exceptions (if any) to a DB). Note that in this scenario, one might need to reattach the user identity to the session.
-- 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.

