i have this code im trying to do for a type of cache system so it remembers the city the user has selected. if the user has selected a city it stores it in sessions and cook
Make sure to set your cookie with a negative time:
setcookie($variable, '', -1);