From ff41e62be9d784c58b9cfbcb712bfd83e6e4c539 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sat, 19 Jul 2025 17:58:11 +0200 Subject: [PATCH] attempt bug fix --- data/script/furatalog.sessions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/script/furatalog.sessions.php b/data/script/furatalog.sessions.php index 2fba951..571ec65 100644 --- a/data/script/furatalog.sessions.php +++ b/data/script/furatalog.sessions.php @@ -64,7 +64,7 @@ class furatalogSessions { 'path' => '/', 'domain' => 'furatalog.xyz', 'secure' => true, - 'httponly' => true, + 'httponly' => false, 'samesite' => 'Lax' ]); } @@ -102,7 +102,7 @@ class furatalogSessions { 'path' => '/', 'domain' => 'furatalog.xyz', 'secure' => true, - 'httponly' => true, + 'httponly' => false, 'samesite' => 'Lax' ]); }