Ask Question
9 August, 04:23

His function is used to close the current session.

Select one:

a. session_close ()

b. close_session ()

c. destroy_session ()

d. session_destroy ()

+1
Answers (1)
  1. 9 August, 05:29
    0
    (d) session_destroy ()

    Explanation:

    session_destroy () : -This function destroys all the data which belongs to the current session. It didn't unset any global variables that belongs to the session, or unset session cookie.

    You can only use session variable if there is a session is in process otherwise you have to start a session.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “His function is used to close the current session. Select one: a. session_close () b. close_session () c. destroy_session () d. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers