X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsession%2FImmutableSessionProviderWithCookie.php;h=149bb802abf0013e319404ba4259eddbaaa28cf9;hb=1e2cce13eae6d97b312be2e96a70a443a79c4465;hp=200b913389b7dd37aad9293317fe5ce145810668;hpb=2f1e5a8d22d7c005e72f8bdb732e6d7076ac3344;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/session/ImmutableSessionProviderWithCookie.php b/includes/session/ImmutableSessionProviderWithCookie.php index 200b913389..149bb802ab 100644 --- a/includes/session/ImmutableSessionProviderWithCookie.php +++ b/includes/session/ImmutableSessionProviderWithCookie.php @@ -41,6 +41,7 @@ abstract class ImmutableSessionProviderWithCookie extends SessionProvider { /** @var string|null */ protected $sessionCookieName = null; + /** @var mixed[] */ protected $sessionCookieOptions = []; /**