首頁 > 後端開發 > php教程 > header("Location:index.php")页面跳转有关问题

header("Location:index.php")页面跳转有关问题

WBOY
發布: 2016-06-13 10:20:49
原創
1194 人瀏覽過

header("Location:index.php")页面跳转问题
新手求教!!!急!
if($password == $row["password"])
 {
  $_SESSION["admin"]=1;
  $_SESSION["username"]=$username;
  header("Location:index.php");
  exit;
 }
执行这段代码后页面转为空页面,但重新从链接访问这个页面是它又是已经登录的界面(也就是它已经转到index.php了),这是为毛啊???

------解决方案--------------------
必须将浏览器关闭,重新打开后,session才会更新。标签页中,session实际没有销毁。

加个退出页面:

PHP code
//logout.phpsession_start();session_destroy();header("Location:index.php");<br><font color="#e78608">------解决方案--------------------</font><br>index界面没有东西? 你最好将表单页面和处理页面分开写。<div class="clear">
                 
              
              
        
            </div>
登入後複製
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板