Q:

Which function effectively deletes all sessions that have expired?

belongs to collection: SESSION HANDLING IN PHP MCQ

0

Which function effectively deletes all sessions that have expired?


  1. session_delete()
  2. session_destroy()
  3. session_garbage_collect()
  4. session_expired_delete()

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).session_garbage_collect()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

SESSION HANDLING IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which function is used to transform PHP’s sessio... >>
<< Which parameter determines whether the old session...