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

Posted by: Pdfprep Category: 200-710 Tags: , ,

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

Leave a Reply

Your email address will not be published.