From 1c863a214d758dc5f77766de5bf219c0d8258ab9 Mon Sep 17 00:00:00 2001 From: John Coggeshall Date: Sun, 1 Dec 2002 23:32:11 +0000 Subject: [PATCH] WS FIX git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106500 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/reference.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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.