I am redirecting from one action (executeProcess) to another (executeIndex). I want to be able to pass a parameter/variable along, without using GET (e.g. $this->redirect('index', array('example'=>'true'))
)
Is there a way I can directly pass parameters without having it directly displayed in the URL? (e.g. POST). thanks.