mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
link corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121572 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6d1eaca9b6
commit
9f4bd3c94f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue