Fixed bug#48237 (Documentation needs clarification)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282528 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2009-06-21 20:19:55 +00:00
parent 16e5856b7c
commit 928fd80616

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.session-start">
<refnamediv>
<refname>session_start</refname>
@ -149,6 +149,13 @@ echo '<br /><a href="page1.php">page 1</a>';
is recommended rather than <function>ob_gzhandler</function>
</para>
</note>
<note>
<para>
This function will send out several HTTP headers depending on the
configuration. See <function>session_cache_limiter</function> to customize
these headers.
</para>
</note>
</refsect1>
<refsect1 role="seealso">