X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FPageCache%2FRequestPolicy%2FNoSessionOpen.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FPageCache%2FRequestPolicy%2FNoSessionOpen.php;h=e29ae0bd032b0db29da5c75ff9cf103b400ce7cd;hp=fd583a84b9793d8d826988b526afabdd165889b5;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php b/web/core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php index fd583a84b..e29ae0bd0 100644 --- a/web/core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php +++ b/web/core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php @@ -11,7 +11,7 @@ use Symfony\Component\HttpFoundation\Request; * * Do not serve cached pages to authenticated users, or to anonymous users when * $_SESSION is non-empty. $_SESSION may contain status messages from a form - * submission, the contents of a shopping cart, or other userspecific content + * submission, the contents of a shopping cart, or other user-specific content * that should not be cached and displayed to other users. */ class NoSessionOpen implements RequestPolicyInterface {