How to handle php login operation logs

Source: Internet
Author: User
The php login operation log is used to record the login logs with the login user. The table is as follows: Table name: & nbsp; users_logsid: & nbsp; auto increment ip: & nbsp; username with the login ip address: & nbsp; logintime: & nbsp; DATETIME & nbsp; (e.g. & nbsp; 20 php login operation log
The following table lists the logs that you want to log on with logging:
Table name: users_logs
Id: auto increment
Ip: ip address of the consumer
Username: use the region name
Logintime: DATETIME (e.g. 10:18:01)
Type: Operation type (e.g. login)
Descriptions: Description (e.g. user Andy login)

When the user logs in, write the relevant information to the table users_logs

------ Solution --------------------
During each operation, you can directly write the information to the log table.
------ Solution --------------------
During login, the table is written when the session is generated

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.