diff --git a/data/script/furatalog.sessions.php b/data/script/furatalog.sessions.php index 571ec65..85c74ea 100644 --- a/data/script/furatalog.sessions.php +++ b/data/script/furatalog.sessions.php @@ -64,8 +64,7 @@ class furatalogSessions { 'path' => '/', 'domain' => 'furatalog.xyz', 'secure' => true, - 'httponly' => false, - 'samesite' => 'Lax' + 'httponly' => false ]); } @@ -102,8 +101,7 @@ class furatalogSessions { 'path' => '/', 'domain' => 'furatalog.xyz', 'secure' => true, - 'httponly' => false, - 'samesite' => 'Lax' + 'httponly' => false ]); }