Merge "Disable automatic cache headers associated with starting a session"
[lhc/web/wiklou.git] / includes / session / SessionBackend.php
index 488f6e7..2bff173 100644 (file)
@@ -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' );
                        }
                }