PHP $_SESSION variable will not unset
问题 sorry for a repetitive question, I've seen a few of these on this forum but none of the responses worked for me... I am building a basic login using php sessions, which I'm new at... login.php validates html login form and begins a session, setting variables: $_SESSION['login'] and $_SESSION['id] , then each page that requires a valid login uses require 'session.php'; which checks the $_SESSION['valid'] variable and redirects a user w/o proper login variable. The problem is when I logout