Home »
MCQs »
Zend Framework MCQs
Which of the following components of session handling, is used to specify how the session should operate?
68. Which of the following components of session handling, is used to specify how the session should operate?
- Zend\Session\Container,
- Zend\Session\SessionManager
- Zend\Session\Storage
- Zend\Session\SaveHandler
- Zend\Session\Validator
- Zend\Session\Config\SessionConfig
Answer: F) Zend\Session\Config\SessionConfig
Explanation:
The Zend\Session\SessionConfig component of the Zend framework is used to specify how the session should operate.