Merge "localisation: Improve documentation around wgLocalisationCacheConf"
[lhc/web/wiklou.git] / includes / session / SessionBackend.php
index 7956e9f..0ea13e2 100644 (file)
@@ -270,6 +270,8 @@ final class SessionBackend {
                        // Delete the data for the old session ID now
                        $this->store->delete( $this->store->makeKey( 'MWSession', $oldId ) );
                }
+
+               return $this->id;
        }
 
        /**