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