Dear Monika, The session/namespace is unlocked. It seems that we are unable to change session data if it is assigned in bootstrap.php ! When I assigned session data in a controller, I am able to modify data and save it in another controller.
>From what you sent to me, I am aware of that you are very good at Zend Framework. How long have you used ZF? I really appreciate your efforts to help me! Thanks & best regards, William On Thu, Sep 2, 2010 at 12:39 AM, Monika [via Zend Framework Community] < [email protected]<ml-node%[email protected]> > wrote: > 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/Unable-to-change-session-data-in-controllers-tp2402403p2476808.html > To unsubscribe from Unable to change session data in controllers, click > here<http://zend-framework-community.634137.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=2402403&code=d2lsbGlhbXpoZW5nLmNhQGdtYWlsLmNvbXwyNDAyNDAzfC02MDIwNDY4MDQ=>. > > > -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Unable-to-change-session-data-in-controllers-tp2402403p2526837.html Sent from the Zend Framework mailing list archive at Nabble.com.
