Hi, I'm trying to clear PHPSESSID and nothing seems to work. Even after I use session_destroy(), I can call this variable and there it is!
Does anyone know how I can empty it out or at least make it reset to a new value? (I tried using session_start() again, but that didn't work).
Thanks!
Karen