mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
session_get_cookie_params: document when 'secure' was added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65528 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4626821148
commit
1b12919d12
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.63 $ -->
|
||||
<!-- $Revision: 1.64 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -739,6 +739,7 @@ echo "The previous session name was $previous_name<p>";
|
|||
<listitem>
|
||||
<simpara>
|
||||
"secure" - The cookie should only be sent over secure connections.
|
||||
(This item was added in PHP 4.0.4.)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue