Browse Source

Update session config

Daniel Supernault 5 years ago
parent
commit
76a2d38275
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/session.php

+ 1 - 1
config/session.php

@@ -189,6 +189,6 @@ return [
     |
     */
 
-    'same_site' => 'strict',
+    'same_site' => null,
 
 ];