I need to know users login and logout, the problem is when the user session timeouts, how can i han开发者_如何学运维dle this to update application.
I\'m working on a small marketing project with Zend Framework, the backoffice of the project is currently made of two controller: a campaign controller and a minisite controller.
I want to my users from one service at sub-domain/domain can login to the rest at once. This is my structure:
I read I should increase gc_maxlifetime in php.ini to the same large v开发者_C百科alue (weeks) as the one I\'m telling Zend_Session::rememberMe(). Is this good practice? Is there a reason not to incre
I am getting following error when I use Zend_Session::Start() in my bootstrap file. Maximum execution time of 30 seconds exceeded in G:\\wamp\\library\\Zend\\Session.php on line 480
My requirement is, When user agent change session should destroy, and it should start new session. But Zend_Session::start() is throwing an exception if destroy was called before start().
I need to integrate my no-framework code with my brand new Zend Application. But they need to share a session. The problem I am facing is - when I am setting the session variables from the non-zend ph
I\'m helping develop a website based on Zend Framework which has begun to experience session swapping issues that appea开发者_如何学JAVAr at random. WE have found no way of detecting this issue except
This question already has an answer here: Duplicate DB sessions created upon Zend_Auth login (1 answer)
I am getting numerous errors exactly like this one: Zend_Session_Exception: Session must be started before any output has been sent to the browser; output started in /usr/local/zend/share/pear/PHPUni