If you would like to store your session in the database, you would do which of the following?
Create functions for each session handling step and use session_set_save_handler() to override PHP''s internal settings
Correct:
Create functions for each session handling step and use session_set_save_handler() to override PHP''s internal settings