Some people say use unset($_SESSION["..."])
and some say session_unset()
and some say $_SESSION = array()
and some say session_destroy()
and I am saying "for God's sake, this stuff is getting confusing, can someone please explain me which is the correct/secure way to log the user out" and what is used for what?
Appreciated...