clarify meaning of session name (doc #54608)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310527 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-04-26 19:14:35 +00:00
parent c8b07f9391
commit db64c6bb68

View file

@ -35,7 +35,8 @@
<term><parameter>name</parameter></term>
<listitem>
<para>
The session name references the session id in cookies and URLs. It
The session name references the name of the session, which is
used in cookies and URLs (e.g. <literal>PHPSESSID</literal>). It
should contain only alphanumeric characters; it should be short and
descriptive (i.e. for users with enabled cookie warnings).
If <parameter>name</parameter> is specified, the name of the current