The session data in PHP is stored by default in the ________ directory on the server.
- /tmp
- /var/sessions
- /sessions
- /session_data
In PHP, session data is, by default, stored in the /tmp directory on the server. Understanding where session data is stored is crucial for managing and securing user sessions in web applications.
Loading...
Related Quiz
- Which of the following is NOT a valid way to use a namespace in PHP?
- Which cryptographic extension provides generation and verification of digital signatures?
- When a child class inherits from a parent class, it can also be referred to as a ________ relationship.
- What is the primary purpose of using transactions in database operations?
- What is the purpose of the unset() function in PHP?