mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
1655239cfb
commit
60e1554c06
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue