mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
c8b07f9391
commit
db64c6bb68
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue