language/predefined/variables/session.xml
a6d209f4ff71ccba3f1255902827f5df3e092ff9
...
...
@@ -1,10 +1,9 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.session" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.session" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$_SESSION</refname>
7
-
<refname>$HTTP_SESSION_VARS [deprecated]</refname>
8
7
<refpurpose>Session variables</refpurpose>
9
8
</refnamediv>
10
9
...
...
@@ -16,13 +15,6 @@
16
15
functions</link> documentation for more information on how this
17
16
is used.
18
17
</para>
19
-

20
-
<simpara>
21
-
<varname>$HTTP_SESSION_VARS</varname> contains the same initial
22
-
information, but is not a <link linkend="language.variables.superglobals">superglobal</link>.
23
-
(Note that <varname>$HTTP_SESSION_VARS</varname> and <varname>$_SESSION</varname>
24
-
are different variables and that PHP handles them as such)
25
-
</simpara>
26
18
</refsect1>
27
19

28
20
<refsect1 role="notes">
...
...
@@ -39,7 +31,7 @@
39
31
</para>
40
32
</refsect1>
41
33

42
-
</phpdoc:varentry>
34
+
</refentry>
43
35
44
36
<!-- Keep this comment at the end of the file
45
37
Local variables:
46
38