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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *