Examveda
Examveda

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

D. cookie_life_time

Answer: Option C


This Question Belongs to PHP >> HTML Forms Handling

Join The Discussion

Related Questions on HTML Forms Handling