<?phpempty($_SESSION)? session_start():print"";echo "Contenu des variables de session : <br/>";echo "Première variable :<br/>"; echo $_SESSION['SessionValue']."<p>";echo "Seconde variable :<br/>" ;echo $_SESSION['secondeVariable'];?>
Seconde variable :