When a user of my GAE app clicks the back button, I need to prevent them from seeing a cached version of the page – that is, I need the python get or post code for that url to be run.
When a user of my GAE app clicks the back button, I need to
Share
The answer provided by chachan would not work across all browsers. A more complete answer could be found in this answer. Basically, you would need to set all these headers:
to tell the browser to always fetch the page from the server.