zend-session
How to handle session destroy in Zend Framework?
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.[详细]
2023-04-05 05:24 分类:问答Zend passing variables between controllers
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.[详细]
2023-03-30 20:42 分类:问答Zend Session: Common session at multi apps
I want to my users from one service at sub-domain/domain can login to the rest at once. This is my structure:[详细]
2023-03-15 13:59 分类:问答Zend Framework way of dealing with sessions and "remember me"
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[详细]
2023-03-12 20:12 分类:问答Maximum execution time exceeds due to session start?
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[详细]
2023-03-12 13:28 分类:问答Zend_Session doesn't allow you to destory and recreate a session
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().[详细]
2023-03-09 22:54 分类:问答Zend_Session_Namespace from non-Zend PHP
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[详细]
2023-03-06 04:23 分类:问答Zend Framework Session swapping issue
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[详细]
2023-03-04 14:56 分类:问答Zend Framework - session id regenerated, can't stay logged in [duplicate]
This question already has an answer here: Duplicate DB sessions created upon Zend_Auth login (1 answer)[详细]
2023-03-04 06:58 分类:问答PHPUnit output causing Zend_Session exceptions
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[详细]
2023-02-21 19:43 分类:问答