0 votes
in PHP by
What is the difference between session_unregister() and session_unset()?

1 Answer

0 votes
by
The session_unregister() function unregister a global variable from the current session and the session_unset() function frees all session variables.

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...