mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Remove bogus/misleading note.
PR: #19626 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97692 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
29812bce20
commit
6032b3403d
1 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.session-set-save-handler">
|
||||
<refnamediv>
|
||||
|
@ -22,14 +22,6 @@
|
|||
is preferred. i.e. Storing the session data in a local database.
|
||||
&return.success;
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
You must set the configuration option
|
||||
<parameter>session.save_handler</parameter> to
|
||||
<parameter>user</parameter> in your &php.ini; file for
|
||||
<function>session_set_save_handler</function> to take effect.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
The "write" handler is not executed until after the output
|
||||
|
|
Loading…
Reference in a new issue