When I use session_start(), it will automatically call setcookie for "PHPSESSID". How can I unset this cookie? I have tried setcookie("PHPSESSID"), but it didn't work. I am using PHP4.0.1pl2
Martin