Zend Framework Session: Automatic ExpirationTag: framework, zend, zend framework, session, namespace Category: PHP Frameworkpost: 24 Apr 2008 read: 684 Zend Framework Session Step By Step Tutorial - Part 6: We can set limited time for a namespace. For this feature, we called namespace expiration. Example, we want to count number of page request by a person in one minute. After 1 minute, he will be counted as new person. So, the code like this: We try at loginform. Open UserController.php within application/controllers. Update loginFormAction():
You can set only at a particular key (e.g, yourLoginRequest):
| ||
| | Give Your Opinion | Recommend |
|

