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' => '/', 'path' => '/',
'domain' => 'furatalog.xyz', 'domain' => 'furatalog.xyz',
'secure' => true, 'secure' => true,
'httponly' => true, 'httponly' => false,
'samesite' => 'Lax' 'samesite' => 'Lax'
]); ]);
} }
@@ -102,7 +102,7 @@ class furatalogSessions {
'path' => '/', 'path' => '/',
'domain' => 'furatalog.xyz', 'domain' => 'furatalog.xyz',
'secure' => true, 'secure' => true,
'httponly' => true, 'httponly' => false,
'samesite' => 'Lax' 'samesite' => 'Lax'
]); ]);
} }