InterviewSolution
Saved Bookmarks
| 1. |
Which function is used to erase all session variables stored in the current session?(a) session_destroy()(b) session_change()(c) session_remove()(d) session_unset()This question was posed to me during an interview.This interesting question is from Session Handling-2 in portion File and Session Handling in PHP of PHP |
|
Answer» Correct ANSWER is (d) session_unset() |
|