salut,
voila j´ai ca comme erreur :
Warning: Cannot modify header information - headers already sent by (output started at /mnt/108/sdb/1/e/jacman198857/header.php:9) in /mnt/108/sdb/1/e/jacman198857/connexion.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at /mnt/108/sdb/1/e/jacman198857/header.php:9) in /mnt/108/sdb/1/e/jacman198857/connexion.php on line 26
je comprend pas trop, c´est quand je me connecte, il m´affiche ca, la ligne 25 et 26 correspond a la création de cookie, je pense que ca viens de la, mais je sais pas pourquoi, j´ai mis ca moi :
$timestamp_expire = time() + 365*24*3600; // Le co
okie expirera dans un an
setcookie(´pseudo´, $login, $timestamp_expire, ´/´);
setcookie(´pass´, $pass, $timestamp_expire, ´/´);
vola, si vous pouviez m´aidez svp 
merci