1.
What is the purpose of session management in PHP web applications?
2.
Which PHP function is used to start a new session?
3.
What does the $_SESSION superglobal array store in PHP?
4.
How can you destroy a session in PHP?
5.
What is the purpose of user authentication in PHP web applications?
6.
Which of the following is commonly used for user authentication in PHP?
7.
What is the role of hashing in user authentication?
8.
Which PHP function is commonly used to hash passwords?
9.
What is the primary benefit of salting passwords before hashing?
10.
How can you handle user authentication in PHP using a database?