11.
What is the purpose of using prepared statements in user authentication?
12.
How can you implement remember me functionality in PHP?
13.
Which of the following is a security best practice for session management?
14.
How can you prevent session fixation attacks in PHP?
15.
What does the session_regenerate_id() function do in PHP?
16.
Which PHP function is used to set session cookie attributes?
17.
How can you securely manage session data in PHP?
18.
What is the purpose of the session_write_close() function in PHP?
19.
Which of the following PHP functions is used to destroy a session?
20.
What is the recommended approach for handling session data in PHP forms?