diff --git a/reference/network/functions/setcookie.xml b/reference/network/functions/setcookie.xml
index acd38ccf84..eabd5c90ff 100644
--- a/reference/network/functions/setcookie.xml
+++ b/reference/network/functions/setcookie.xml
@@ -11,10 +11,10 @@
boolsetcookiestringname
- stringvalue
+ stringvalue""intexpire0
- stringpath
- stringdomain
+ stringpath""
+ stringdomain""boolsecurefalseboolhttponlyfalse
@@ -39,14 +39,6 @@
&reftitle.parameters;
-
- All the arguments except the name argument are
- optional. You may also replace an argument with an empty string
- ("") in order to skip that argument.
- Because the expire argument is integer, it cannot
- be skipped with an empty string, use a zero (0)
- instead.
-
RFC 6265 provides the normative
reference on how each setcookie parameter is