mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
"resetted" -> "reset"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31723 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8fd0f38077
commit
c217f17f31
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
|
|||
The session name references the session id in cookies and
|
||||
URLs. It should contain only alphanumeric characters; it should
|
||||
be short and descriptive (i.e. for users with enabled cookie
|
||||
warnings). The session name is resetted to the default value
|
||||
warnings). The session name is reset to the default value
|
||||
stored in <literal>session.name</literal> at request startup
|
||||
time. Thus, you need to call <function>session_name</function>
|
||||
for every request (and before <function>session_start</function>
|
||||
|
|
Loading…
Reference in a new issue