diff --git a/reference/network/functions/setcookie.xml b/reference/network/functions/setcookie.xml index abdb76a014..0490f12323 100644 --- a/reference/network/functions/setcookie.xml +++ b/reference/network/functions/setcookie.xml @@ -1,5 +1,5 @@ - + @@ -136,9 +136,11 @@ secure Indicates that the cookie should only be transmitted over a - secure HTTPS connection. When set to &true;, the + secure HTTPS connection from the client. When set to &true;, the cookie will only be set if a secure connection exists. The default - is &false;. + is &false;. On the server-side, it's on the programmer to send this + kind of cookie only on secure connection (e.g. with respect to + $_SERVER["HTTPS"]). &true; or &false;