attempt another bug fix

This commit is contained in:
2025-07-19 18:00:52 +02:00
parent ff41e62be9
commit 5047ed3009
+2 -4
View File
@@ -64,8 +64,7 @@ class furatalogSessions {
'path' => '/', 'path' => '/',
'domain' => 'furatalog.xyz', 'domain' => 'furatalog.xyz',
'secure' => true, 'secure' => true,
'httponly' => false, 'httponly' => false
'samesite' => 'Lax'
]); ]);
} }
@@ -102,8 +101,7 @@ class furatalogSessions {
'path' => '/', 'path' => '/',
'domain' => 'furatalog.xyz', 'domain' => 'furatalog.xyz',
'secure' => true, 'secure' => true,
'httponly' => false, 'httponly' => false
'samesite' => 'Lax'
]); ]);
} }