attempt another bug fix
This commit is contained in:
@@ -64,8 +64,7 @@ class furatalogSessions {
|
||||
'path' => '/',
|
||||
'domain' => 'furatalog.xyz',
|
||||
'secure' => true,
|
||||
'httponly' => false,
|
||||
'samesite' => 'Lax'
|
||||
'httponly' => false
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -102,8 +101,7 @@ class furatalogSessions {
|
||||
'path' => '/',
|
||||
'domain' => 'furatalog.xyz',
|
||||
'secure' => true,
|
||||
'httponly' => false,
|
||||
'samesite' => 'Lax'
|
||||
'httponly' => false
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user