X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FPageCache%2FRequestPolicy%2FNoSessionOpen.php;h=e29ae0bd032b0db29da5c75ff9cf103b400ce7cd;hb=refs%2Fheads%2Fd864;hp=fd583a84b9793d8d826988b526afabdd165889b5;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website 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 {