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:
Having problems accessing session variables through different actions in ZF. Here are the contents of the bootstrapper:
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
I\'m noticing some slightly unexpected behaviour using __destruct to write data using Zend_Session_Namespace in PHP 5.3:
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
I have this config in application.ini: resources.session.save_path = APPLICATION_PATH \"/../data/session\"
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.
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
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
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