HI,
Is there a function to clean cookies.
e.g
setcookie ("klant_cook",$ this->klant_exist,ti me()+3600);
But during the session I want to clean this cookie.
Is this possible with this statement:
$_COOKIE['klant_cook'] = null;
Thx,
Alain
Is there a function to clean cookies.
e.g
setcookie ("klant_cook",$ this->klant_exist,ti me()+3600);
But during the session I want to clean this cookie.
Is this possible with this statement:
$_COOKIE['klant_cook'] = null;
Thx,
Alain
Comment