Ask Question
3 October, 13:20

His function is used to close the current session.

Select one:

a. session_close ()

b. close_session ()

c. destroy_session ()

d. session_destroy ()

+5
Answers (1)
  1. 3 October, 16:54
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers