function SessionCacheContext::getContext

File

core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php, line 24

Class

SessionCacheContext
Defines the SessionCacheContext service, for "per session" caching.

Namespace

Drupal\Core\Cache\Context

Code

public function getContext() {
  return Crypt::hashBase64($this->requestStack
    ->getSession()
    ->getId());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.