Which of the following components of session handling in Zend framework is the core API for reading and writing session information?

63. Which of the following components of session handling in Zend framework is the core API for reading and writing session information?

  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: A) Zend\Session\Container,

Explanation:

Zend\Session\Container component in the Zend framework is the core API for reading and writing session information.

Comments and Discussions!

Load comments ↻






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