wiki.techinc.nl/includes/session
Gergő Tisza a6cdedad8d
Log when SessionManager is emitting cookies
This is very noisy (logs several times in the same request), but
I'm not sure much can be done about that. It is a flaw in
SessionManager, which does call SessionProvider::persist/unpersist
that many times, and relies on cookie deduplication in WebResponse.
But it should give some idea of when cookies are emitted, and does
not log on normal requests (where no cookies are emitted) so it
shouldn't overload the logging backend.

Bug: T264793
Change-Id: I93733d73af1dfcf539a94b17cf5e4de76cc59748
2020-10-07 09:39:23 -07:00
..
Hook Merge "Document hook names in hook interfaces." 2020-10-02 16:15:21 +00:00
BotPasswordSessionProvider.php
CookieSessionProvider.php Support SameSite=None cookies 2020-07-07 02:18:45 +01:00
ImmutableSessionProviderWithCookie.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
MetadataMergeException.php Mark exceptions as @newable 2020-07-08 17:51:38 +00:00
PHPSessionHandler.php Use @internal instead of @private per policy 2020-06-26 14:14:23 +02:00
Session.php Fix typos related to repeated words 2020-09-27 10:25:36 +00:00
SessionBackend.php Log when SessionManager is emitting cookies 2020-10-07 09:39:23 -07:00
SessionId.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
SessionInfo.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
SessionManager.php Log when SessionManager is emitting cookies 2020-10-07 09:39:23 -07:00
SessionManagerInterface.php
SessionOverflowException.php
SessionProvider.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
SessionProviderInterface.php
Token.php
UserInfo.php