in reply to Re: Unwanted CGI execution on Refreshing
in thread Unwanted CGI execution on Refreshing
I agree here, server side redirect is the best way to go. I know this works well for Firefox and Webkit browsers. The browser will not keep the "post" url in its history after a redirect so you can then hit the back and forward buttons all day long. With CGI::Application it only takes less 10 lines with generous whitespace.