document handlers can be found in phpinfo()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225334 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2006-12-19 22:00:01 +00:00
parent 66431b83d4
commit 6656837060

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.44 $ -->
<!-- $Revision: 1.45 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@ -193,7 +193,10 @@
<literal>session.save_handler</literal> defines the name of the
handler which is used for storing and retrieving data
associated with a session. Defaults to
<literal>files</literal>. See also
<literal>files</literal>. Note that individual extensions may register
their own <literal>save_handler</literal>s; registered handlers can be
obtained on a per-installation basis by referring to
<function>phpinfo</function>. See also
<function>session_set_save_handler</function>.
</simpara>
</listitem>