wiki.techinc.nl/includes/objectcache
Brad Jorsch a73c5b7395 Add SessionManager
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
2016-01-12 21:57:01 +00:00
..
MemcachedPeclBagOStuff.php objectcache: Reduce MediaWiki-specificness from Memcached classes 2015-11-10 03:32:58 +00:00
ObjectCache.php objectcache: Improve entry point docs and fix typo in READ_LATEST 2015-12-07 19:54:16 +00:00
RedisBagOStuff.php Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00
SqlBagOStuff.php Removed useless field in SqlBagOStuff 2015-11-10 01:05:03 +00:00