What are the difference between zend_registry and zend_session?
Answer Posted / Kavita Rani
Zend_Registry is a simple container for storing application-specific data across multiple components, while Zend_Session manages user sessions. The main difference lies in their purpose: Registry stores transient application data, and Session manages persistent user data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers