mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
for accordance with descriptions of other settings...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105464 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6144bb0cc7
commit
9d5d1614a1
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<section id="session.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -401,8 +401,9 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Wether cookies should only be sent over secure connections.
|
||||
Defaults to <literal>off</literal>.
|
||||
<literal>session.cookie_secure</literal> specifies wether cookies
|
||||
should only be sent over secure connections. Defaults to
|
||||
<literal>off</literal>.
|
||||
This setting was added in <literal>PHP</literal>
|
||||
4.0.4. See also
|
||||
<function>session_get_cookie_params</function> and
|
||||
|
|
Loading…
Reference in a new issue