mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
adding secure option that was missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75519 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5849106f8a
commit
95f7c8ac97
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.83 $ -->
|
||||
<!-- $Revision: 1.84 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -935,6 +935,7 @@ $_SESSION["spongebob"] = "He's got square pants.";
|
|||
<methodparam><type>int</type><parameter>lifetime</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>domain</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>secure</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Set cookie parameters defined in the php.ini file. The effect of this
|
||||
|
|
Loading…
Reference in a new issue