diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 5e55e24f3c..c5070b4ed0 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -46,12 +46,12 @@ - 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 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. + 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 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.