Difference between zend_registry and zend_session?
Answer / Monica Rani
Zend Registry is a container for storing application-specific data across multiple components, while Zend Session handles session management in PHP. The registry is typically used to store objects or configuration details, whereas sessions are used for user authentication and state management.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the features of zend framework?
What zend acl?
How to check whether a form posted or not in the zend framework?
What do you mean by service manager in zf2?
How to install form component in zend framework?
Explain the filters in zend framework with examples?
What are the advantages of zend framework 2?
What do you know about zend layout?
Writing a subquery using zend db?
How to add a view helper directory (zend framework)?
What is the use of bootstrap in zend framework?
How to get variable value from getting in zend framework?