When a user is logged-out and they view the Privay Policy, I want them to not see the profile header, but if they’re logged in, I want them to see it. If the browser destroys the session, the header is gone, but if the session is manually destroyed, the header is still there. Here are the scripts “logout.php” and the script in my privacy policy.
Did you start the session in includes/redirect.php? Can’t really do a good session_destroy() when you haven’t started the session for the page with session_start()