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