dongyuhui0418 2013-04-13 09:53
浏览 142
已采纳

使用标头重定向后会话变量丢失

i want to store some information in session variablle after login process. i can print the session variables in login post method succesfully. ie, i can fill the session variables. if the user logined succesfully, i redirected to index but my session variables becomes empty.

My Login Post page :

    if($totalRows_Recordset1>0)
    {
        session_start();
        $_Session['Mail']=$un;
        $_Session['Password']=$p;

        header("location: Index.php"); 
        die();

    }

My Index page :

<?php session_start(); echo $_Session['Mail']; ?>
  • 写回答

2条回答 默认 最新

  • dongyu9263 2013-04-13 09:57
    关注

    $_SESSION needs to be capitalized, it's case sensitive. $_Session prints because you are declaring a local variable called $_Session. Let me know if it works :)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 本地测试网站127.0.0.1 已拒绝连接,如何解决?(标签-ubuntu)
  • ¥50 Qt在release捕获异常并跟踪堆栈(有Demo,跑一下环境再回答)
  • ¥30 python,LLM 文本提炼
  • ¥15 关于将inet引入的相关问题
  • ¥15 关于一个倒计时的操作和显示设计
  • ¥15 提问STK的问题,哪位航天领域的同学会啊
  • ¥15 苹果系统的mac m1芯片的笔记本使用ce修改器使用不了
  • ¥15 单相逆变的电压电流双闭环中进行低通滤波PID算法改进
  • ¥15 关于#java#的问题,请各位专家解答!
  • ¥15 如何卸载arcgis 10.1 data reviewer for desktop