diff --git a/reference/session/functions/session-id.xml b/reference/session/functions/session-id.xml index 22da964fe8..caea14ca82 100644 --- a/reference/session/functions/session-id.xml +++ b/reference/session/functions/session-id.xml @@ -1,5 +1,5 @@ - + @@ -19,9 +19,8 @@ The constant SID can also be used to retrieve the current name and session id as a string suitable for - adding to URLs. Note that SID is only defined if - the client didn't send the right cookie. See also Session handling. + adding to URLs. See also Session + handling. diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 8f533286c1..dbdae322fb 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + @@ -352,7 +352,7 @@ if (! isset($_SESSION['count'])) { Alternatively, you can use the constant SID which is - always defined. If the client did not send an appropriate session + defined if the session started. If the client did not send an appropriate session cookie, it has the form session_name=session_id. Otherwise, it expands to an empty string. Thus, you can embed it unconditionally into URLs.