Added note about when the secure param was added

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75613 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-03-28 15:45:25 +00:00
parent 1655239cfb
commit 60e1554c06

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.84 $ -->
<!-- $Revision: 1.85 $ -->
<reference id="ref.session">
<title>Session handling functions</title>
<titleabbrev>Sessions</titleabbrev>
@ -941,6 +941,12 @@ $_SESSION["spongebob"] = "He's got square pants.";
Set cookie parameters defined in the php.ini file. The effect of this
function only lasts for the duration of the script.
</para>
<note>
<para>
The <parameter>secure</parameter> parameter was added in PHP
4.0.4.
</para>
</note>
</refsect1>
</refentry>