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?

  1. Zend\Session\Container,
  2. Zend\Session\SessionManager
  3. Zend\Session\Storage
  4. Zend\Session\SaveHandler
  5. Zend\Session\Validator
  6. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.