On 4/12/06, Brian Beck <[EMAIL PROTECTED]> wrote: > > I certainly want it to do that, but it doesn't seem to be working... > identity.current returns an (empty?) IdentityWrapper, and subsequent > requests still think tg.identity.anonymous is True... hmm...
Take a look at cherrypy.request.identity... is that set as you'd expect it to be? If so, identity.current *is* an IdentityWrapper, but it proxies over to cherrypy.request.identity. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
