PHP: Créer une Session

Author:

 session
Download

<?php
session_start();
?>
<html>
<head>
<title>Lancer une session</title>
</head>
<body>
<?php
print "<p>Bienvenu, l'identifiant de votre session est ".session_id()."</p>";
?>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


9 × = seventy two