Questions about the use of the session

Source: Internet
Author: User
The use of the session
Session I read the manual above is the first open session ();
Then in a session variable
$_seesion[' user ']= ' user ';
But I don't know how to use it.


Two pages, one page is login.php, login page,
One is edit.php, how to achieve in two pages with the same session, that is, after the login to see the contents of the

Login.php's Code

 
  $name = ' Vicky ';
$user = ' Vicky ';
$passwd = ' 001 ';
$pwd = ' 001 ';

Seesion_start ()

if ($name = = $user && $passwd = = $pwd) {
The value above this position is true, according to the truth, this should be the execution session, what should be done?
$_session[' $name ']= ' $name ';

}else{
Echo ' please login again ';

}


The other edit.php page How to judge the ID of this session
Whether Seeion_start () is also turned on;

Share to:


------Solution--------------------
$_session[' name ']= $name; That's what it's about.

The other edit.php page How to judge the ID of this session
Whether Seeion_start () is also turned on;
Yes, also to open Seeion_start ();
echo $_session[' name ']; View Results
  • 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.