diff --git a/config/session.php b/config/session.php index fae302a..b5effcd 100644 --- a/config/session.php +++ b/config/session.php @@ -194,6 +194,6 @@ return [ | */ - 'same_site' => null, + 'same_site' => env('SESSION_SAME_SITE', 'lax'), ]; diff --git a/resources/views/layouts/partials/htmlheader.blade.php b/resources/views/layouts/partials/htmlheader.blade.php index 5e93742..b978692 100644 --- a/resources/views/layouts/partials/htmlheader.blade.php +++ b/resources/views/layouts/partials/htmlheader.blade.php @@ -12,7 +12,7 @@ - + @yield('page-css')