mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
clarify a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140006 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a1cfbad631
commit
fd153274e4
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="session.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -11,8 +11,9 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Constant containing the session name and session ID in
|
||||
the form of <literal>"name=ID"</literal>.
|
||||
Constant containing either the session name and session ID in
|
||||
the form of <literal>"name=ID"</literal> or empty string
|
||||
if session ID was set in an appropriate session cookie.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue