Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell us what is the difference between session_unregister() and session_unset()?

The session_unregister() function unregister a global variable from the current session and the session_unset() function free all session variables.

 228 views

More Questions for you: