wiki.techinc.nl/includes/session
Gergő Tisza 664ba620e9 Prevent "Failed to create..." warnings when session loading fails
If there is an existing session for a given ID but loading it fails,
there is no point in trying to create a new empty session with that
ID. Just fail silently (the reason for not loading the session
should be logged elsewhere), don't spam the logs and don't slow
down execution by throwing and catching an exception.

Change-Id: I8299872cc29c32cb245686ed0bca6b9a5902cdc1
2016-03-02 15:36:02 -08:00
..
BotPasswordSessionProvider.php Improve SessionManager unit test coverage, and fix two namespacing bugs 2016-02-26 20:14:27 +00:00
CookieSessionProvider.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ImmutableSessionProviderWithCookie.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MetadataMergeException.php Improve SessionManager unit test coverage, and fix two namespacing bugs 2016-02-26 20:14:27 +00:00
PHPSessionHandler.php Improve SessionManager unit test coverage, and fix two namespacing bugs 2016-02-26 20:14:27 +00:00
Session.php Unpersist the session on logout 2016-02-29 15:39:25 -05:00
SessionBackend.php Unpersist the session on logout 2016-02-29 15:39:25 -05:00
SessionId.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
SessionInfo.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SessionManager.php Prevent "Failed to create..." warnings when session loading fails 2016-03-02 15:36:02 -08:00
SessionManagerInterface.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
SessionProvider.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SessionProviderInterface.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
Token.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00
UserInfo.php Revert "Remove SessionManager, temporarily" 2016-02-03 21:44:59 +00:00