duanken7168 2010-05-01 11:42
浏览 13
已采纳

在zend中更改会话属性

I made session using zend authentication it works good but my problem is I want to change some property of it from another action in other controller my code is:

$auth = Zend_Auth::getInstance();
if($auth->hasIdentity()) {
    $blogId = new model_blog request;
    $auth->getIdentity()->user_current_blog = $blogId;
    print "Current Blog";
    print_r($auth->getIdentity()->user_current_blog);
}

in this action user_current_blog change but in other action it not works!!! where I made a mistake???

  • 写回答

1条回答 默认 最新

  • doushou5761 2010-05-01 16:49
    关注
    $identity = $auth->getIdentity();
    $identity->user_current_blog = $blogId;
    
    $authStorage = $auth->getStorage();
    $authStorage->write($identity);
    

    http://framework.zend.com/manual/en/zend.auth.adapter.dbtable.html#zend.auth.adapter.dbtable.advanced.storing_result_row

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 写uniapp时遇到的问题
  • ¥15 vs 2008 安装遇到问题
  • ¥15 matlab有限元法求解梁带有若干弹簧质量系统的固有频率
  • ¥15 找一个网络防御专家,外包的
  • ¥100 能不能让两张不同的图片md5值一样,(有尝)
  • ¥15 informer代码训练自己的数据集,改参数怎么改
  • ¥15 请看一下,学校实验要求,我需要具体代码
  • ¥50 pc微信3.6.0.18不能登陆 有偿解决问题
  • ¥20 MATLAB绘制两隐函数曲面的交线
  • ¥15 求TYPCE母转母转接头24PIN线路板图