The Difference between session_abort and session_unset

Viewed 52

I have tried to show the difference between session_abort() and session_unset() but I can't get it ..the only difference I know is that they both clear up all session content with keeping the file of the session without destroying it

0 Answers
Related