git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87961 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jan Lehnardt 2002-07-07 16:56:40 +00:00
parent 1944a33985
commit 32ff62321d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/session.xml, last change in rev 1.23 -->
<refentry id="function.session-set-save-handler">
<refnamediv>
@ -39,6 +39,14 @@
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