diff --git a/framework/web/Session.php b/framework/web/Session.php index a470e7bfea7..40768924cf5 100644 --- a/framework/web/Session.php +++ b/framework/web/Session.php @@ -405,7 +405,7 @@ public function getCookieParams() * 'sameSite' => PHP_VERSION_ID >= 70300 ? yii\web\Cookie::SAME_SITE_LAX : null, * ] * ``` - * See https://www.owasp.org/index.php/SameSite for more information about `sameSite`. + * See https://owasp.org/www-community/SameSite for more information about `sameSite`. * * @throws InvalidArgumentException if the parameters are incomplete. * @see https://www.php.net/manual/en/function.session-set-cookie-params.php