ヘッダーからポスト変数を削除または設定解除することは可能ですか?
Zend_Registry::get('request')
リダイレクトを試みましたが、Chrome で動作します。
header("Location: /my_pages/page");
exit(1);
...しかしFirefoxではありません:
The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete