Skip to content

Commit

Permalink
Update documentation for setCookieParams
Browse files Browse the repository at this point in the history
The link for more information about "sameSite" lead to a 404 Not Found.
  • Loading branch information
clemens-it authored Jul 25, 2023
1 parent c8c0ea9 commit 29b7d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/web/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29b7d7a

Please sign in to comment.