I'm connected remotely to my site, but when I log out, I get redirected
to localhost, which isn't running a TG instance.

Any ideas what I'm doing wrong?

My logout controller hasn't been touched:

    @expose()
    def logout(self):
        identity.current.logout()
        raise redirect("/")

Matt


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to