features/cookies.xml
3e08a8aae657492bdcdc7c550099ddf072042fa9
...
...
@@ -17,7 +17,7 @@
17
17
</para>
18
18

19
19
<para>
20
-
Any cookies sent to you from the client will automatically be included into
20
+
Any cookies sent to server from the client will automatically be included into
21
21
a <varname>$_COOKIE</varname> auto-global
22
22
array if <link linkend="ini.variables-order">variables_order</link>
23
23
contains "C". If you wish to assign multiple values to a single
...
...
@@ -25,13 +25,6 @@
25
25
</para>
26
26

27
27
<para>
28
-
Depending on <link linkend="ini.register-globals">register_globals</link>,
29
-
regular PHP variables can be created from cookies. However it's not
30
-
recommended to rely on them as this feature is often turned off for the
31
-
sake of security.
32
-
</para>
33
-

34
-
<para>
35
28
For more details, including notes on browser bugs, see the
36
29
<function>setcookie</function> and <function>setrawcookie</function>
37
30
function.
38
31