cakephp 2.7.5中的重定向无法正常工作

Recently I install cakephp 2.7.5 in my system and I develop admin for backend.I face some problem in it,when I add faq in admin section it will not shown in faq section but when I refresh page it will shown the redirection code is here:-

$this->redirect(array('controller'=>'Firmcategory','action' => 'index'));

The same problem is also for delete section when I delete some item for that I set code delete and redirect back to index page of admin it will redirect but change not shown when I refresh page it will shown flash message and delete

Please help what I missed in my installation.

Could you prove this?

return $this->redirect(array('controller'=>'FirmCategories','action' => 'index'));