From b5eddab1d68445a4640a9d5adcf457d55a84a339 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 22 Jan 2003 18:34:59 +0000 Subject: [PATCH] Closing concern brought up by Oliver Hinckel. session gets id from request data, not just get or cookie. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113031 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-start.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/session/functions/session-start.xml b/reference/session/functions/session-start.xml index 78abf00200..2e37948f5c 100644 --- a/reference/session/functions/session-start.xml +++ b/reference/session/functions/session-start.xml @@ -1,5 +1,5 @@ - + @@ -13,9 +13,9 @@ - session_start creates a session (or resumes - the current one based on the session id being passed via a GET - variable or a cookie). + session_start creates a session or resumes + the current one based on the current session id that's being + passed via a request, such as GET, POST, or a cookie. If you want to use a named session, you must call