InterviewSolution
Saved Bookmarks
| 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 |
|