Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 527 Bytes

0134.md

File metadata and controls

15 lines (12 loc) · 527 Bytes

You want to save a client's session values in a database. Which of the following actions will you take to accomplish this task?

  • A) Use the session_set_save_handler() function.
  • B) Use the session_save() function.
  • C) Use the session_save_path() function.
  • D) Enable the session_save directive in the PHP.ini file.
Answer

Answer: A