flush() public method

Flushes the data for all sessions.
public flush ( )
Example #1
0
 /**
  * {@inheritdoc}
  */
 public function remove($webspaceKey, $key)
 {
     $propertyName = $this->getPropertyName($key);
     $this->sessionManager->setNodeProperty($this->deprecatedSessionManager->getWebspacePath($webspaceKey), $propertyName, null);
     $this->sessionManager->flush();
 }