attempt bug fix

This commit is contained in:
2025-07-19 17:58:11 +02:00
parent fc21340f67
commit ff41e62be9
+2 -2
View File
@@ -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'
]);
}