diff --git a/index.php b/index.php index 9eea86c..9877be3 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,15 @@ 86400, + 'path' => '/', + 'domain' => $RUNTIME['DOMAIN'], + 'httponly' => true, + 'secure' => true, + 'samesite' => 'Lax' +]); session_start(); include_once 'classen/MAIL/PHPMailer.php';