In T362324: Disable PHPSessionHandler in Wikimedia production PHPSessionHandler has been disabled on Wikimedia wikis by setting $wgPHPSessionHandling = 'disable'. We should eventually do the same in the default MediaWiki configuration. Removing these features would greatly simplify the code.
Next step: set $wgPHPSessionHandling = 'warn', maybe add some @deprecated tags.