mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added a note to satisify #15110
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127503 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a9a84aa375
commit
297dfcd2a4
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="session.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -10,6 +10,15 @@
|
|||
storage configure PHP <option role="configure">--with-mm[=DIR] </option>.
|
||||
</para>
|
||||
&windows.builtin;
|
||||
<note>
|
||||
<para>
|
||||
By default, all data related to a particular session will be stored in
|
||||
a file in the directory specified by the session.save_path INI option.
|
||||
A file for each session (regardless of if any data is associated with
|
||||
that session) will be created. If you would like to use another medium
|
||||
to store session data, see the "Custom Session Handlers" section below.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue