SCMS is a secure content management system. Some
of its features are a role-based object-oriented
design, conformance to XHTML 1.0 Transitional,
strict I/O (input/output) validation, a custom
session implementation, support for SSL and
cookies (when run over SSL), session identifier
regeneration, idle session expiration, account
locking, account unlocking methods, encryption
(with MD5, AES, SHA1, SHA256, SHA512, or
WHIRLPOOL), and event logging.
License: GNU General Public License (GPL)
Changes:
A Session update bug has been fixed. This release calls UpdateSession() in CreateAuthenticatedSession() in the Authentication class. PHP Session Management has been integrated into SCMS' database. Now all session data will be saved in scms_sDATA in scms_Sessions table. This is implemented in SessionHandlingV1.php, and included in scms_header.php. The same permission system constraints have been added to scms/roles.php (you can no longer see Roles above your own).