1.

Which directive determines how the session information will be stored?(a) save_data(b) session.save(c) session.save_data(d) session.save_handlerThe question was asked in unit test.This intriguing question comes from Session Handling-1 in portion File and Session Handling in PHP of PHP

Answer»

Right choice is (d) session.save_handler

For EXPLANATION I WOULD say: The class SessionHandler is USED to wrap whatever internal save HANDLER is set as defined by the session.save_handler CONFIGURATION directive which is usually files by default.



Discussion

No Comment Found

Related InterviewSolutions