From 9f4bd3c94f31459d502feed467e5d019f8f81a80 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sat, 29 Mar 2003 16:33:48 +0000 Subject: [PATCH] link corrections git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121572 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/reference.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 5110b052f9..5a9d08de6b 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -27,7 +27,7 @@ The session support allows you to register arbitrary numbers of variables to be preserved across requests. When a visitor accesses your site, PHP will check automatically (if session.auto_start + linkend="ini.session.auto-start">session.auto_start is set to 1) or on your request (explicitly through session_start or implicitly through session_register) whether a specific session @@ -36,7 +36,7 @@ - If you do turn on + If you do turn on session.auto_start then you cannot put objects into your sessions since the class definition has to be loaded before starting the session in order to recreate the