You are here

protected property NoSessionOpen::$sessionConfiguration in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php \Drupal\Core\PageCache\RequestPolicy\NoSessionOpen::sessionConfiguration

The session configuration.

Type: \Drupal\Core\Session\SessionConfigurationInterface

File

core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php, line 29
Contains \Drupal\Core\PageCache\RequestPolicy\NoSessionOpen.

Class

NoSessionOpen
A policy allowing delivery of cached pages when there is no session open.

Namespace

Drupal\Core\PageCache\RequestPolicy

Code

protected $sessionConfiguration;