<?php

function a($a = $_COOKIE[$cookie['cookie'] . '_utente'])
{
setcookie($a, '', time()-99999, '/');
}

a();

?>