-
Which function is used to erase all session variables stored in the current session?
-
- session_remove()
- session_destroy()
- session_unset()
- session_change()
- None of these
Correct Option: C
This will not completely remove the session from the storage mechanism. If you want to completely destroy the session, you need to use the function session_destroy().