zend-session
Zend_Session / Zend_Auth randomly throws Error Message ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)
I\'m currently working on a new Application using (among other things) Zend_Auth but, for whatever reason, this Error Message is showing up at any location totally randomly (or so it seams)[详细]
2023-01-02 00:09 分类:问答ZendSession giving fatal error when trying to include
I\'m getting an error when trying to include Session.php for the Zend Framework. Here\'s how I include it:[详细]
2022-12-31 11:44 分类:问答Isolating Zend_Session in PHPUnit tests
I am testing authentification functionality of my site. Zend_Auth is using as authorization engine. But auth status remains between tests and I need to write \'logout\' in every tearDown.[详细]
2022-12-30 10:19 分类:问答Define variables outside the PHP class
I m using zend. I want to define the below code outside the controller class & access in different Actions.[详细]
2022-12-24 23:26 分类:问答How to fix Zend session incorrect data ('css')
I have coded a simple admin module with ability to paginate records and sort them by some column. And when I sort and then call some other action on the records it should redirect the user back to ind[详细]
2022-12-20 03:51 分类:问答Zend_Session_SaveHandler_DbTable not generating valid session ID?
I\'m currently tearing my hair out trying to persist authentication via a database bases session. I\'ve set Zend_Session to use a database, and on inspection, Zend is writing values to the database.[详细]
2022-12-19 18:21 分类:问答Accessing Zend Session data between actions
Here\'s my problem - I\'m trying to access a session namespace across actions. The ZF examples appear to work by generating NEW namespaces, but they only demonstrate this within one action - but how[详细]
2022-12-10 21:53 分类:问答