1.

What is the default time(in seconds) for which session data is considered valid?(a) 1800(b) 3600(c) 1440(d) 1540I had been asked this question in an international level competition.The above asked question is from Session Handling-1 in section File and Session Handling in PHP of PHP

Answer»

Right answer is (c) 1440

Explanation: The session.gc_maxlifetime directive determines this DURATION. It can be SET to any required VALUE.



Discussion

No Comment Found

Related InterviewSolutions