Answers

Question and Answer:

  Home  PHP

⟩ How can we destroy the session, how can we unset the variable of a session?

session_unregister() - Unregister a global variable from the current session

session_unset() - Free all session variables

 200 views

More Questions for you: