betz Sat Mar 29 11:33:48 2003 EDT Modified files: /phpdoc/en/reference/session reference.xml Log: link corrections Index: phpdoc/en/reference/session/reference.xml diff -u phpdoc/en/reference/session/reference.xml:1.31 phpdoc/en/reference/session/reference.xml:1.32 --- phpdoc/en/reference/session/reference.xml:1.31 Wed Mar 26 02:53:08 2003 +++ phpdoc/en/reference/session/reference.xml Sat Mar 29 11:33:48 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.31 $ --> +<!-- $Revision: 1.32 $ --> <reference id="ref.session"> <title>Session handling functions</title> <titleabbrev>Sessions</titleabbrev> @@ -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 <link - linkend="ini.session.auto_start"><literal>session.auto_start</literal></link> + linkend="ini.session.auto-start"><literal>session.auto_start</literal></link> is set to 1) or on your request (explicitly through <function>session_start</function> or implicitly through <function>session_register</function>) whether a specific session @@ -36,7 +36,7 @@ </para> <caution> <para> - If you do turn on <link linkend="ini.session.auto_start"> + If you do turn on <link linkend="ini.session.auto-start"> <literal>session.auto_start</literal></link> 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
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php