diff --git a/reference/info/functions/ini-set.xml b/reference/info/functions/ini-set.xml index 4ed02e9271..0171f3c8ed 100644 --- a/reference/info/functions/ini-set.xml +++ b/reference/info/functions/ini-set.xml @@ -1,5 +1,5 @@ - + @@ -682,6 +682,11 @@ "1" PHP_INI_ALL + + session.use_only_cookies + "0" + PHP_INI_ALL + session.referer_check "" diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 8938ec068d..47d18404c8 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -393,6 +393,16 @@ To continue, click here side. Defaults to 1 (enabled). + + + session.use_only_cookies specifies whether the + module will only use cookies to + store the session id on the client side. Defaults to + 0 (disabled, for backward compatibility). Enabling + this setting prevents attacks involved passing session ids in URLs. + This setting was added in PHP 4.3.0. + + session.cookie_path specifies path to set