PdfPrep.com

Which options do you have in PHP to set the expiry date of a session?

Which options do you have in PHP to set the expiry date of a session?
A . Set the session.duration directive in php.ini
B . Set session cookie expiry date locally via session_set_cookie_params()
C . Set session expiry date locally via session_cache_expire()
D . None of the above

Answer: D

Exit mobile version