wiki.techinc.nl/tests/phpunit/includes/session
Brad Jorsch deb46ebfd7 SessionManager: Use existing backend for the ID if one is loaded
This fixes a bug where SessionBackend::resetId() of the PHP session will
fail to properly load $_SESSION because the new session ID hasn't been
saved to the store yet. It's also a reasonable performance improvement,
no need to call loadSessionInfoFromStore() when we already have the
session loaded.

Change-Id: I30f159ef1267442a6325aabbbdfaf69defc10ed6
2016-03-22 17:50:32 -04:00
..
BotPasswordSessionProviderTest.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
CookieSessionProviderTest.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
ImmutableSessionProviderWithCookieTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MetadataMergeExceptionTest.php Improve SessionManager unit test coverage, and fix two namespacing bugs 2016-02-26 20:14:27 +00:00
PHPSessionHandlerTest.php SessionManager: Use existing backend for the ID if one is loaded 2016-03-22 17:50:32 -04:00
SessionBackendTest.php SessionManager: Use existing backend for the ID if one is loaded 2016-03-22 17:50:32 -04:00
SessionIdTest.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
SessionInfoTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SessionManagerTest.php SessionManager: Use existing backend for the ID if one is loaded 2016-03-22 17:50:32 -04:00
SessionProviderTest.php Improve SessionManager unit test coverage, and fix two namespacing bugs 2016-02-26 20:14:27 +00:00
SessionTest.php Unpersist the session on logout 2016-02-29 15:39:25 -05:00
TestBagOStuff.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TestUtils.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TokenTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
UserInfoTest.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00