Help determine whether the session is logged on!

Source: Internet
Author: User
The thinkphp discussion board provides a platform for technical circles. you can seek help from various technical difficulties and publish thinkphp recruitment and chat, share the joy and troubles of IT life. come and join us! Let us all create a new and harmonious TP community! I would like to ask how I can determine if it is not executed!


Registered Member
Member logon

{Session ('User _ name ')}
This is a static page, which is written by the controller. If ($ result & $ result ['password'] = $ result ['password']) {
// Store the session
Session ('uid', $ result ['User _ id']); // The current user id
Session ('User _ name', $ result ['User _ name']); // The current user name
Session ('lastdate', $ result ['lastdate']); // last logon time
Session ('lastip', $ result ['lastip']); // The last logon ip address
// Update user logon information
$ Where ['User _ id'] = session ('uid ');
M ('user')-> where ($ where)-> setInc ('loginnum'); // The number of logins increases by 1
M ('user')-> where ($ where)-> save ($ data); // update the logon time and ip address
$ This-> success ('login successful, jump to system homepage... ', U ('Home/User/user '));
}
Else {
$ This-> error ('logon failed, incorrect user name or password! ');
}
}

123. jpg (10.92 KB download: 0 times)

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.