google app engine - Python webapp2: redirect back -
i'm using google app engine basic app.
the scenario simple: click logout , want logout handler redirect me page came from.
how achieve this? thnx
when creating logout url can pass in url want user redirected to, in case current url. (i'm not python dev, ...):
users.create_logout_url(self.request.url)
Comments
Post a Comment