dptsivmg82908 2014-07-31 05:39
浏览 68
已采纳

Codeigniter session-> userdata()返回相反的......!

I'm trying to fix an issue with permissions in my app, I have a session->userdata('usrclass') set when login with different account class.

I have an ADMIN user who has a usrclass of ADMIN and I need to show some content based on that.

BUT when I do this:

<?= ($this->session->userdata('usrclass') == "ADMIN") ? 'yes' : 'no'; ?>

It outputs "no"... While it should output "yes". So I tried reading into the sessiondata with this code:

<?= echo $this->session->userdata('usrclass') ?>

This outputs the word ADMIN... This is a weird behavior, I've tried using ===, I've tried to figure out other stuff but couldn't.

What could it be?

I'm going to attach some pics of this:

enter image description here

enter image description here

  • 写回答

2条回答 默认 最新

  • drmet46444 2014-07-31 05:44
    关注

    may be there are some extra whitespace(s) in your session data value, try:

    <?php
        $sess_data = $this->session->userdata('usrclass');
        $sess_data = trim($sess_data);
        //and echo
        echo ($sess_data == "ADMIN") ? "si" : "no";
    ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 DS18B20内部ADC模数转换器
  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动