InterviewSolution
Saved Bookmarks
| 1. |
How Can We Unset The Variable Of A Session ? |
|
Answer» With the session_unset($variable_name) FUNCTION, ONE can CLEAR the SESSION VARIABLE. With the session_unset($variable_name) function, one can clear the session variable. |
|