Quote: Hi everyone! I have a question / problem. The question / problem when I want to close the session in my system, when closing it is not achieved since when going back in the browser it is still displayed, that is, it did not close the session properly and I do not know what to do
<?php session_start(); session_destroy(); header("location:login.php"); ?>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)