Skip to content

Commit

Permalink
setcookie.xml: add the parameter tag for the value
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Jun 30, 2024
1 parent 06844e3 commit 1b0f660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/network/functions/setcookie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ one : cookieone
<listitem>
<simpara>
Cookies must be deleted with the same parameters as they were set with.
If the value argument is an empty string, and all other arguments
If the <parameter>value</parameter> argument is an empty string, and all other arguments
match a previous call to setcookie, then the cookie with the specified
name will be deleted from the remote client.
This is internally achieved by setting value to <literal>'deleted'</literal> and expiration
Expand Down

0 comments on commit 1b0f660

Please sign in to comment.