[21:29:27] https://phabricator.wikimedia.org/T58269#2006679 [23:18:42] anomie: I'm a bit lost with https://gerrit.wikimedia.org/r/#/c/268972/ [23:19:25] I tried to simply store the IP in the session data whenever a new session is created, but the interaction with PHPSessionHandler is scary [23:20:02] as it creates new session objects on session_read, session_write, shutdown... [23:21:38] would it be better to put the IP in the session metadata and log it from the merge logic?