PHP: Créer une Session

<?php
session_start();
?>
<html>
<head>
<title>Lancer une session</title>
</head>
<body>
<?php
prin