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' ]); }