From 5047ed300987f3a88e8f1b1fcb2ee8be213d0865 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sat, 19 Jul 2025 18:00:52 +0200 Subject: [PATCH] attempt another bug fix --- data/script/furatalog.sessions.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ]); }