I’m using the google app engine for a basic app.
The scenario is simple: i click Logout and I want my Logout handler to redirect me back to the page from where I came from.
How do I achieve this?
thnx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When creating logout url you can pass in the url you want user to be redirected to, in your case his current url. Something like this (I’m not Python dev, so …):