1. session_destroy()
  2. session_change()
  3. session_remove()
  4. session_unset()
4 views

1 Answers

Answer: Option 4

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().

4 views

Related Questions