Overrides CacheContextInterface::getContext
public function getContext() { return $this->sessionConfiguration ->hasSession($this->requestStack ->getCurrentRequest()) ? '1' : '0'; }