diff --git a/reference/session/reference.xml b/reference/session/reference.xml index dca6c4492d..5e55e24f3c 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -48,9 +48,10 @@ Please note when working with sessions that a record of a session is not created until a variable has been registered using the - session_register function. This holds true - regardless of if a session has been started using the session_start - function. + session_register function or by adding a new + key to the $_SESSION superglobal array. This + holds true regardless of if a session has been started using the + session_start function.