Zend Framework Session: Locking and Unlocking NamespaceTag: framework, zend, zend framework, session, namespace Category: PHP Frameworkpost: 23 Apr 2008 read: 507 Zend Framework Session Step By Step Tutorial - Part 5: Session namespaces can be locked. What's that mean? When a namespace session is locked, we can not update or delete value of session. it will be read-only. We can use lock() to lock namespace. Then, if want to check whether locked or not, use isLocked(). Look this sample:
To unlock, you can use unLock() method.
| ||
| | Give Your Opinion | Recommend |
|

