What is the difference between session_unregister() and session_unset()?

  • session_unregister()
  • session_unset()
  • Both functions are the same
  • session_unregister() is deprecated
The session_unregister() function is deprecated and no longer used. session_unset() is used to unset all session variables. Learn more: http://php.net/manual/en/function.session-unset.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *