In order to prevent other scripts on the server from accessing session files, PHP by default uses a ________ mechanism.
- session.save_handler
- session.file_permission
- session.use_strict_mode
- session.save_path
PHP uses a 'session.save_handler' mechanism to control where session data is stored, protecting it from unauthorized access.
Loading...
Related Quiz
- What are some common use cases for FTP functions in PHP?
- You are writing a PHP script and you want to execute a block of code a certain number of times. Which type of loop would you use and why?
- Which PHP configuration directive determines where session files are stored on the server?
- Which of the following predefined PHP functions can be used to sort an array in descending order?
- What does the PHP array_merge() function do?