PHP Session Exit Login Problem

Source: Internet
Author: User
Tags php session

This article is mainly on the PHP session out of the landing problem was introduced, the need for friends can come to the reference, I hope to help you

In PHP, if you use the session to determine whether the user login, exit, you can: Session_Start ();   Session_destroy (); The session indicates that it has ended.   Next sentence should write JS, so that the page jump. <script>alert ("The landing has been withdrawn!") location.href= "login.php";</script> if it is a frames page, do not use location directly. Because this will be in a small frame page to jump, the intention must be to the entire frame to jump past ah.   So location before you add "parent." All processes are as follows (for frames pages only): The code is as follows: <?php session_start (); Session_destroy (); To enable the entire page of the frame to jump to the landing page echo "<script>alert (' has withdrawn from landing ');p arent.location.href= ' login.php ';</script>";?>

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.