From c217f17f312c2ba19dada220e9bbb81f1eac1e00 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sat, 2 Sep 2000 00:52:39 +0000 Subject: [PATCH] "resetted" -> "reset" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31723 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/session.xml b/functions/session.xml index 8438fa4d4c..6622ae4904 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -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 session.name at request startup time. Thus, you need to call session_name for every request (and before session_start