Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 381 Bytes

session_management.md

File metadata and controls

6 lines (3 loc) · 381 Bytes

Session Management

Session management is provided by the Session model class, SessionDAO, and the SessionManager class (classes/session/SessionManager.inc.php).

While Session and SessionDAO manage database-persistent sessions for individual users, SessionManager is concerned with the technical specifics of sessions as implemented for PHP and Apache.