zend-session
Include all classes when reading from Zend_Session_Namespace?
I have two namespaces in my session: \"global\" and \"user\" In \"global\" there are just a few settings and in \"user\" i have a serialized user-object which I guess is saved correctly:[详细]
2023-02-20 06:41 分类:问答Bootstrapping and accessing session variables in Zend Framework
Having problems accessing session variables through different actions in ZF. Here are the contents of the bootstrapper:[详细]
2023-02-14 20:11 分类:问答How to populate zend form field using session?
I am using sessions to populate a multi select box with options in my Zend application. The user selects one or more options and fills in other fields o开发者_StackOverflown the form and then submits[详细]
2023-02-14 11:28 分类:问答Writing to Zend_Session_Namespace in destruct
I\'m noticing some slightly unexpected behaviour using __destruct to write data using Zend_Session_Namespace in PHP 5.3:[详细]
2023-02-13 07:21 分类:问答Zend_Auth / Zend_Session error and storing objects in Auth Storage
I have been having a bit of a problem with Zend_Auth and keep getting an error within my Acl. Within my Login Controller I setup my Zend_Auth storage as follows[详细]
2023-02-07 11:35 分类:问答Zend_session_savehandler_dbtable - strange problems
I have this config in application.ini: resources.session.save_path = APPLICATION_PATH \"/../data/session\"[详细]
2023-01-31 21:48 分类:问答Zend Framework MVC redirecting to different controller and action
i\'m trying to work out how i can stop zend or redirect zend to go to a different zend controller and action if a check within the boot strap fails.[详细]
2023-01-22 05:38 分类:问答Zend_Session: Session must be started before any output has been sent to the browser
I\'ve run into this issue before, but I can\'t remember how to solve it. I have created a bare bones (can\'t get any simpler) controller, and am just 开发者_运维问答trying to echo something to the bro[详细]
2023-01-20 01:53 分类:问答Zend Auth locked session
i nearly frustrated with how Zend handling session. here is my case. i write a auth plugin that always check the the user credential utilize Zend_Auth. and when invoke hasIdentit开发者_如何学Pythony[详细]
2023-01-17 04:25 分类:问答Best Practices/How-To for Changing Zend_Session Values with JavaScript
I am migrating an old project to Zend Framework. I have a drop down list that changes filter context. In the old project the onClick event of the <select>开发者_运维百科; list ran a function that[详细]
2023-01-09 05:48 分类:问答