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:
Jakub Vrana 2005-08-30 14:49:57 +00:00
parent 5e9a9e3c56
commit 9e730ae22d

View file

@ -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>