mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
16c010ccef
commit
c78234da64
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue