Warning:session_destroy () [Function.session-destroy]: tryin_php Tutorial

Source: Internet
Author: User
When you use Session_destroy () to log out of a session variable, there is a

Warning:session_destroy () [Function.session-destroy]: Trying to destroy
Uninitialized session in

The Error!! It is verified that the session_start () function must be called before using the Session_destroy () function.
This means that you have the following code:
Session_Start ();
Session_destroy ();
?>

Analysis

Or experience is not enough, the understanding of the session is insufficient. There was this mistake, and then I looked it up,

Before calling Session_destroy (), you need to call session_start ();

To tell the system that you currently have a session. And then go off.

http://www.bkjia.com/PHPjc/632282.html www.bkjia.com true http://www.bkjia.com/PHPjc/632282.html techarticle when using Session_destroy () to log off the session variable, there is a Warning:session_destroy () [Function.session-destroy]: Trying to Destroy uninitialized session in error!! ...

  • 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.