Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 550 Bytes

0598.md

File metadata and controls

15 lines (12 loc) · 550 Bytes

If you would like to change the session ID generation function, which of the following is the best approach for PHP 5?

  • A) Set the session.hash_function INI configuration directive
  • B) Use the session_set_id_generator() function
  • C) Set the session id by force using the session_id() function
  • D) Use the session_regenerate_id() function
Answer

Answer: A