aboutsummaryrefslogtreecommitdiffstats
path: root/includes/session/Session.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Add SessionManagerBrad Jorsch2016-01-121-0/+364
SessionManager is a general-purpose session management framework, rather than the cookie-based sessions that PHP wants to provide us. While fallback is provided for using $_SESSION and other PHP session management functions, they should be avoided in favor of using SessionManager directly. For proof-of-concept extensions, see OAuth change Ib40b221 and CentralAuth change I27ccabdb. Bug: T111296 Change-Id: Ic1ffea74f3ccc8f93c8a23b795ecab6f06abca72