X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FSession%2FState%2FCookie.pm;fp=lib%2FCatalyst%2FPlugin%2FSession%2FState%2FCookie.pm;h=36448e6ade694494b71a12e7c93f04c93bf6cb60;hp=78be7f7ced5ea5b2fc231eb773fc71491a60a248;hb=e09e1a5cb789a0a91d6564943d837bf4162e2dd9;hpb=9f31cad3cc98c5191d14ca79bcceeb76bf5e8a49 diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index 78be7f7..36448e6 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -84,7 +84,7 @@ sub make_session_cookie { $cookie->{samesite} = $cfg->{cookie_samesite}; $cookie->{samesite} = "Lax" - unless defined $cookie->{ samesite}; # default = Lax + unless defined $cookie->{samesite}; # default = Lax return $cookie; }