Which PHP configuration directive determines where session files are stored on the server?

  • session.save_path
  • session.cookie_lifetime
  • session.gc_probability
  • session.use_strict_mode
The 'session.save_path' directive in PHP determines the directory where session files are stored on the server. Understanding this directive is important for session management.
Add your answer
Loading...

Leave a comment

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