Home »
MCQs »
Zend Framework MCQs
Which of the following components of session handling in the Zend framework specify how session data will be saved in memory?
64. Which of the following components of session handling in the Zend framework specify how session data will be saved in memory?
- Zend\Session\Container,
- Zend\Session\SessionManager
- Zend\Session\Storage
- Zend\Session\SaveHandler
- Zend\Session\Validator
- Zend\Session\Config\SessionConfig
Answer: C) Zend\Session\Storage
Explanation:
Zend\Session\storage component in the Zend framework specifies how session data will be saved in memory.