You are here

protected property NoSessionOpen::$sessionConfiguration in Drupal 9

Same name and namespace in other branches
  1. 8 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 24

Class

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

Namespace

Drupal\Core\PageCache\RequestPolicy

Code

protected $sessionConfiguration;