Voilà j'execute connement le code tiré d'un bouquin de php :
Code :
- <?
- session_start();
- $nom = session_name();
- echo $nom,"</br>";
- $refclient=101;
- session_register("RefClient" );
- echo "</br>SID : ", SID;
- ?>
|
Et voilà ce que le navigateur me sort :
Warning: Cannot send session cookie - headers already sent by (output started at d:\www\nav\test.php:8) in d:\www\nav\test.php on line 9
Warning: Cannot send session cache limiter - headers already sent (output started at d:\www\nav\test.php:8) in d:\www\nav\test.php on line 9
PHPSESSID
SID : PHPSESSID=150d5d5c944b65cb9a7c10345725ba2b
Je comprends absolument pas le problème