Home » PHP » PHP Sessions » Question
  1. Which function effectively deletes all sessions that have expired?
    1. session_expired_delete()
    2. session_delete()
    3. session_destroy()
    4. session_garbage_collect()
    5. None of these
Correct Option: D

session_garbage_collect()



Your comments will be displayed only after manual approval.