session_get_cookie_params: document 'secure'

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65524 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-12-17 23:33:49 +00:00
parent 16c010ccef
commit c78234da64

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.62 $ -->
<!-- $Revision: 1.63 $ -->
<reference id="ref.session">
<title>Session handling functions</title>
<titleabbrev>Sessions</titleabbrev>
@ -736,6 +736,11 @@ echo "The previous session name was $previous_name<p>";
"domain" - The domain of the cookie.
</simpara>
</listitem>
<listitem>
<simpara>
"secure" - The cookie should only be sent over secure connections.
</simpara>
</listitem>
</itemizedlist>
</para>
</refsect1>