X-Git-Url: http://git.cyclocoop.org//%27http:/ie7-js.googlecode.com/svn/test/index.html/%27?a=blobdiff_plain;f=includes%2Fsession%2FSessionBackend.php;h=2bff1738027b9be8a1be44b077c6c4284815796f;hb=a55b821f3a7629b96f07faf1c85829b2ec1e1f71;hp=488f6e7684e4fbfb7293afabf6cb007da8ce9380;hpb=2aba862486c0676d89c7d5531c1c27b30f284cc7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/session/SessionBackend.php b/includes/session/SessionBackend.php index 488f6e7684..2bff173802 100644 --- a/includes/session/SessionBackend.php +++ b/includes/session/SessionBackend.php @@ -646,7 +646,6 @@ final class SessionBackend { ) { $this->logger->debug( "SessionBackend $this->id: Taking over PHP session" ); session_id( (string)$this->id ); - \MediaWiki\quietCall( 'session_cache_limiter', 'private, must-revalidate' ); \MediaWiki\quietCall( 'session_start' ); } }