Home »
MCQs »
Zend Framework MCQs
Which of the following components of session handling, is used to manage a session's whole lifespan?
67. Which of the following components of session handling, is used to manage a session's whole lifespan?
- Zend\Session\Container,
- Zend\Session\SessionManager
- Zend\Session\Storage
- Zend\Session\SaveHandler
- Zend\Session\Validator
- Zend\Session\Config\SessionConfig
Answer: B) Zend\Session\SessionManager
Explanation:
The Zend\Session\SessionManager component of the Zend framework is used to manage a session's whole lifespan.