1.

Which parameter determines whether the old session file will also be deleted when the session ID is regenerated?(a) delete_old_file(b) delete_old_session(c) delete_old_session_file(d) delete_session_fileThis question was posed to me in a job interview.I'd like to ask this question from Session Handling-2 in division File and Session Handling in PHP of PHP

Answer»

The correct option is (b) delete_old_session

To ELABORATE: The parameter delete_old_session DETERMINES whether the old SESSION FILE will also be deleted when the session ID is regenerated.



Discussion

No Comment Found

Related InterviewSolutions