mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Bogus note (bug #25954)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165655 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8f448644fc
commit
429162e6c9
1 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.session-set-save-handler">
|
||||
<refnamediv>
|
||||
|
@ -36,14 +36,6 @@
|
|||
written to a file instead.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
The write handler is not executed if the session contains no data;
|
||||
this applies even if empty session variables are registered. This
|
||||
differs to the default file-based session save handler, which creates
|
||||
empty session files.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
The following example provides file based session
|
||||
storage similar to the PHP sessions default save handler
|
||||
|
|
Loading…
Reference in a new issue