Session management

Session tracking

Submitted by thuhChief on
Session tracking using PHP/MySQL. A sessions table is updated every time a user logs in and when they logout. When a user logs in, their session id, user id, username, ip address, date & time of login and the time they logout.