Home »
MCQs »
Zend Framework MCQs
Which of the following components of session handling in Zend framework is the core API for reading and writing session information?
63. Which of the following components of session handling in Zend framework is the core API for reading and writing session information?
- Zend\Session\Container,
- Zend\Session\SessionManager
- Zend\Session\Storage
- Zend\Session\SaveHandler
- Zend\Session\Validator
- Zend\Session\Config\SessionConfig
Answer: A) Zend\Session\Container,
Explanation:
Zend\Session\Container component in the Zend framework is the core API for reading and writing session information.