Skip to content

Beta release 0.5.0, Session logging and management for users.

Administrator requested to merge dev into 0.5.0-beta
  • Added sessionlog table to database.
  • sessionlog table tracks the login/logout/timeout/expiry of user sessions to manage their login time.
  • New file: includes/session.inc.php added. This manages the sessions with new functions.
  • session.php manages the session.inc.php page on each web page accessed.
  • Update script adjusted to allow the database changes.
  • Admin page now has a "Session Management" section to kill any inactive or suspicious sessions.
  • Admin sections moved around to be more logical

Merge request reports