Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which directive determines how the session information will be stored?

a) save_data
b) session.save
c) session.save_data
d) session.save_handler

Answer: d
Explanation: The class SessionHandler is used to wrap whatever internal save handler is set as defined by the session.save_handler configuration directive which is usually files by default.

Join The Discussion