From a15f3ca8a9861563bdc6cc4838338e29f4ae28e4 Mon Sep 17 00:00:00 2001 From: Fernando Henrique Bandeira Date: Mon, 6 Mar 2017 08:56:41 -0300 Subject: [PATCH] Add Same-site to config --- config/session.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/session.php b/config/session.php index e2779ad8..c29bc5cb 100644 --- a/config/session.php +++ b/config/session.php @@ -176,4 +176,17 @@ 'http_only' => true, + /* + |-------------------------------------------------------------------------- + | Same-site Cookies + |-------------------------------------------------------------------------- + | + | Here you may change the default value of the same-site cookie attribute. + | + | Supported: "lax", "strict" + | + */ + + 'same_site' => null, + ];