I have a page that is re-entrant (calls itself). After leaving that page (via response.redirect) I go to another apge. That page then may direct the user back to the first page (via response.redirect).
When the user goes back to the first page, it is still in 'post' mode - is there a way to set it back to 'get' mode?
When the user goes back to the first page, it is still in 'post' mode - is there a way to set it back to 'get' mode?