diff --git a/reference/network/functions/setcookie.xml b/reference/network/functions/setcookie.xml index 67ec5aea45..efd6cc7bd1 100644 --- a/reference/network/functions/setcookie.xml +++ b/reference/network/functions/setcookie.xml @@ -349,7 +349,7 @@ one : cookieone Cookies names can be set as array names and will be available to your - PHP scripts as arrays but separate cookies are stored on the users + PHP scripts as arrays but separate cookies are stored on the user's system. Consider explode to set one cookie with multiple names and values. It is not recommended to use serialize for this purpose, because it can result