From 60e1554c06c056e8acc810b72892954def04d96d Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Thu, 28 Mar 2002 15:45:25 +0000 Subject: [PATCH] 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 --- functions/session.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/functions/session.xml b/functions/session.xml index c17eab7aee..21195c267b 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -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. + + + The secure parameter was added in PHP + 4.0.4. + +