<<< Previous question <<< Question ID#0134.md >>> Next question >>>
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