valide) { setcookie ("COOKIE_INFO_PATICIPANT", $le_participant->info->id, time() + 31104000); } } else if (isset($HTTP_COOKIE_VARS["COOKIE_INFO_PATICIPANT"])) # le cookie existe deja chez le participant { $le_participant = new Participant($HTTP_COOKIE_VARS["COOKIE_INFO_PATICIPANT"]); } else { $le_participant = new Participant(); } ?>