Header ("Location: index. php") page jump

Source: Internet
Author: User
The header (& quot; Location: index. php & quot;) page jumps to the question for beginners !!! Urgent! If ($ password = $ row [& quot; password & quot;]) & nbsp; {& nbsp; $ _ SESSION header ("Location: index. php ") page jump
Newbie for advice !!! Urgent!
If ($ password = $ row ["password"])
{
$ _ SESSION ["admin"] = 1;
$ _ SESSION ["username"] = $ username;
Header ("Location: index. php ");
Exit;
}
After executing this code, the page is converted to a blank page, but accessing this page from the link again is a logon interface (that is, it has been transferred to index. php). why is this ???

------ Solution --------------------
The browser must be closed and the session will be updated only after it is re-opened. In the tab, the session is not actually destroyed.

Add an exit page:
PHP code
// Logout. phpsession_start (); session_destroy (); header ("Location: index. php ");
------ Solution --------------------
Nothing on the index interface? You 'd better separate the form page from the processing page.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.