mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Meaning of empty cookie_domain (bug #33947)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194638 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5e9a9e3c56
commit
9e730ae22d
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<section id="session.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -475,8 +475,9 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.cookie_domain</literal> specifies the domain to
|
||||
set in session_cookie. Default is none at all. See also
|
||||
<function>session_get_cookie_params</function> and
|
||||
set in session_cookie. Default is none at all meaning the host name of
|
||||
the server which generated the cookie according to cookies specification.
|
||||
See also <function>session_get_cookie_params</function> and
|
||||
<function>session_set_cookie_params</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue