Remove explicit naming of domain in setcookie
This commit is contained in:
parent
a06a6ed41d
commit
980c408631
|
@ -345,7 +345,6 @@ final class MD_STD {
|
|||
$cookie_options = [
|
||||
'expires' => self::strtotime("+1 month"),
|
||||
'path' => '/',
|
||||
'domain' => $_SERVER['SERVER_NAME'],
|
||||
'secure' => true,
|
||||
'httponly' => true,
|
||||
'samesite' => 'Lax' // None || Lax || Strict
|
||||
|
|
Loading…
Reference in New Issue
Block a user