Rather than redirecting the browser to the new location, why not just forward the request from the controller to the other controller?
return $this->_forward("action","controller","module");
Rather than redirecting the browser to the new location, why not just forward the request from the controller to the other controller?
return $this->_forward("action","controller","module");