"resetted" -> "reset"

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31723 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jon Parise 2000-09-02 00:52:39 +00:00
parent 8fd0f38077
commit c217f17f31

View file

@ -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>