0 sandee posted session_destroy function cant destroy the session what are the alternative to delete the session beside session_destroy function Edit Question
0 Rasi answered Nov 30 '-1 00:00 if session_destroy dont delete the session , than you can use unset function to do same unset($_SESSION['user_info']) Edit Answer