I have two controller and two view in my cakephp3.
My 1st controllers and views are:
1.importController.php , index.ctp;
And my 2nd controllers and views are:
2.titlesController.php , success.ctp;
Now I want to send variable value (such as $data=5) from importController.php to success.ctp view.