I have just started learning Code Igniter .
I want to know how can I pass a variable from one controller(first_cont.php) to other controller (second_cont.php) ?
I think in codeigniter you can't pass variable, between two different controller. One obvious mechanism is to use session data.