Vidyalelo
PHP · Q69

HTML Forms Handling

Programming · PHP · question 69

Q69

No expiry date is set in the cookie that PHP sets for the session. The session remains current only as long as the browser is active. When the browser is restarted the cookie is not stored. This behavior can be changed by altering . . . . . setting in php.ini file.

A.
cookie_lifetime
B.
session.cookie_life_time
C.
session.cookie_lifetime
Answer
D.
cookie_life_time

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board