InterviewSolution
Saved Bookmarks
| 1. |
What is the default number of seconds that cached session pages are made available before the new pages are created?(a) 360(b) 180(c) 3600(d) 1800This question was addressed to me in exam.The question is from Session Handling-1 topic in portion File and Session Handling in PHP of PHP |
|
Answer» RIGHT ANSWER is (B) 180 The explanation: The directive which DETERMINES this is session.cache_expire. |
|