How can I write a logout output from a session in the same code? So that when I click on a picture, I’ll exit the session like unset and destroy (without using new file connections)
?session_start(); if ($_SESSION["Login"] != "YES") { include 'steam_auth.php'; } else { тут ваш код }