Ver original<?phpsession_start();$_SESSION['foo'] = 'bar';header('Location: 2.php');
Ver original<?phpsession_start();var_dump($_SESSION['foo']);