From 9e730ae22d40fb54090cce5cfab4c2f1b412e693 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 30 Aug 2005 14:49:57 +0000 Subject: [PATCH] Meaning of empty cookie_domain (bug #33947) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194638 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/ini.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/session/ini.xml b/reference/session/ini.xml index 19f9af4d49..2d2fb8d083 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -475,8 +475,9 @@ session.cookie_domain specifies the domain to - set in session_cookie. Default is none at all. See also - session_get_cookie_params 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 session_get_cookie_params and session_set_cookie_params.