Thanks, I need to study it more. If you can demo in detail codes, then I will be able to understand it better.
From: weierophinney [via Zend Framework Community] [mailto:[email protected]] Sent: Friday, September 10, 2010 11:15 PM To: caclass Subject: RE: Unable to change session data in controllers -- caclass <[hidden email]> wrote (on Friday, 10 September 2010, 07:18 PM -0700): > Do you know what is the purpose to add “resources” to > resources.layout.layout= > ”default” in the file application.ini ? I got confused about it. The "resources." prefix is used for bootstrap resources. In this case, you're invoking the "layout" bootstrap resource, and providing configuration to it. If you don't prefix with this, then it's simply configuration that you plan to draw on later when configuring an object manually. > From: Monika [via Zend Framework Community] [mailto:[hidden email]] > Sent: Thursday, September 02, 2010 1:39 AM > To: caclass > Subject: Re: Unable to change session data in controllers > > > > Try to check if session/namespace is locked(readonly) using the isLocked() > function in your controller. > > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ > > > View message @ http://zend-framework-community.634137.n4.nabble.com/ > <http://zend-framework-community.634137.n4.nabble.com/?by-user=t> > Unable-to-change-session-data-in-controllers-tp2402403p2476808.html > To unsubscribe from Unable to change session data in controllers, click here. > > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.5.441 / Virus Database: 271.1.1/3107 - Release Date: 09/01/10 > 18:34:00 > > > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ > View this message in context: RE: Unable to change session data in > controllers > Sent from the Zend Framework mailing list archive at Nabble.com. -- Matthew Weier O'Phinney Project Lead | [hidden email] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc _____ View message @ http://zend-framework-community.634137.n4.nabble.com/Unable-to-change-session-data-in-controllers-tp2402403p2535350.html To unsubscribe from Unable to change session data in controllers, click <http://zend-framework-community.634137.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=2402403&code=d2lsbGlhbXpoZW5nLmNhQGdtYWlsLmNvbXwyNDAyNDAzfC02MDIwNDY4MDQ=> here. No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.445 / Virus Database: 271.1.1/3127 - Release Date: 09/10/10 18:41:00 -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Unable-to-change-session-data-in-controllers-tp2402403p2535394.html Sent from the Zend Framework mailing list archive at Nabble.com.
