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 = [
|
$cookie_options = [
|
||||||
'expires' => self::strtotime("+1 month"),
|
'expires' => self::strtotime("+1 month"),
|
||||||
'path' => '/',
|
'path' => '/',
|
||||||
'domain' => $_SERVER['SERVER_NAME'],
|
|
||||||
'secure' => true,
|
'secure' => true,
|
||||||
'httponly' => true,
|
'httponly' => true,
|
||||||
'samesite' => 'Lax' // None || Lax || Strict
|
'samesite' => 'Lax' // None || Lax || Strict
|
||||||
|
|
Loading…
Reference in New Issue
Block a user