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