Home »
MCQs »
Zend Framework MCQs
In which of the following components of session handling, the session data is stored and retrieved at a physical place?
65. In which of the following components of session handling, the session data is stored and retrieved at a physical place?
- Zend\Session\Container,
- Zend\Session\SessionManager
- Zend\Session\Storage
- Zend\Session\SaveHandler
- Zend\Session\Validator
- Zend\Session\Config\SessionConfig
Answer: D) Zend\Session\SaveHandler
Explanation:
In Zend\Session\SaveHandler component of the Zend framework the session data is stored and retrieved at a physical place.