Home » PHP » PHP Sessions » Question
  1. Which parameter determines whether the old session file will also be deleted when the session ID is regenerated?
    1. delete_session_file
    2. delete_old_file
    3. delete_old_session
    4. delete_old_session_file
    5. None of these
Correct Option: C

By default, this behavior is disabled.



Your comments will be displayed only after manual approval.