Overrides SessionFactoryInterface::createSession
public function createSession() : SessionInterface { return new Session($this->storageFactory ->createStorage($this->requestStack ->getMainRequest()), null, null, $this->usageReporter); }