In PHP, the session data is serialized using the ________ mechanism.
- Object-Oriented
- Session-Cookie
- Serialize-Deserialize
- URL Rewriting
The correct option is "Serialize-Deserialize" mechanism. PHP uses serialization to store session data as a serialized string.
Loading...
Related Quiz
- To handle exceptions in PHP, you should wrap the risky code within a ________ block.
- The min() function in PHP returns the ______ value from a list of numbers.
- Which type of variable in PHP is accessible anywhere in the script?
- What is the purpose of the array_reverse() function in PHP?
- What are some of the uses of class constants in PHP OOP?