mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
reordering of session.cookie* list
documentation for session.cookie_secure added See also's to related function added. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104531 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3271a7e64e
commit
d3e047c176
1 changed files with 52 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<section id="session.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -146,7 +146,8 @@
|
|||
<literal>session.save_handler</literal> defines the name of the
|
||||
handler which is used for storing and retrieving data
|
||||
associated with a session. Defaults to
|
||||
<literal>files</literal>.
|
||||
<literal>files</literal>. See also
|
||||
<function>session_set_save_handler</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -163,7 +164,8 @@
|
|||
handler, this is the path where the files are created.
|
||||
Defaults to <literal>/tmp</literal>. If
|
||||
<literal>session.save_path</literal>'s path depth is more than
|
||||
2, garbage collection will not be performed.
|
||||
2, garbage collection will not be performed. See also
|
||||
<function>session_set_save_path</function>.
|
||||
</simpara>
|
||||
<warning>
|
||||
<para>
|
||||
|
@ -193,6 +195,7 @@
|
|||
<literal>session.name</literal> specifies the name of the
|
||||
session which is used as cookie name. It should only contain
|
||||
alphanumeric characters. Defaults to <literal>PHPSESSID</literal>.
|
||||
See also <function>session_name</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -211,21 +214,6 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.session.cookie-lifetime">
|
||||
<term>
|
||||
<parameter>session.cookie_lifetime</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.cookie_lifetime</literal> specifies the lifetime of
|
||||
the cookie in seconds which is sent to the browser. The value 0
|
||||
means "until the browser is closed." Defaults to
|
||||
<literal>0</literal>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.session.serialize-handler">
|
||||
<term>
|
||||
<parameter>session.serialize_handler</parameter>
|
||||
|
@ -358,6 +346,24 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry id="ini.session.cookie-lifetime">
|
||||
<term>
|
||||
<parameter>session.cookie_lifetime</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.cookie_lifetime</literal> specifies the lifetime of
|
||||
the cookie in seconds which is sent to the browser. The value 0
|
||||
means "until the browser is closed." Defaults to
|
||||
<literal>0</literal>.See also
|
||||
<function>session_get_cookie_params</function> and
|
||||
<function>session_set_cookie_params</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.session.cookie-path">
|
||||
<term>
|
||||
<parameter>session.cookie_path</parameter>
|
||||
|
@ -366,7 +372,9 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.cookie_path</literal> specifies path to set
|
||||
in session_cookie. Defaults to <literal>/</literal>.
|
||||
in session_cookie. Defaults to <literal>/</literal>.See also
|
||||
<function>session_get_cookie_params</function> and
|
||||
<function>session_set_cookie_params</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -378,8 +386,27 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.cookie_domain</literal> specifies domain to
|
||||
set in session_cookie. Default is none at all.
|
||||
<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
|
||||
<function>session_set_cookie_params</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.session.cookie-secure">
|
||||
<term>
|
||||
<parameter>session.cookie_secure</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
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
|
||||
<function>session_set_cookie_params</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -394,7 +421,8 @@
|
|||
<literal>session.cache_limiter</literal> specifies cache
|
||||
control method to use for session pages
|
||||
(none/nocache/private/private_no_expire/public). Defaults to
|
||||
<literal>nocache</literal>.
|
||||
<literal>nocache</literal>. See also
|
||||
<function>session_cache_limiter</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -409,7 +437,8 @@
|
|||
<simpara>
|
||||
<literal>session.cache_expire</literal> specifies time-to-live
|
||||
for cached session pages in minutes, this has no effect for
|
||||
nocache limiter. Defaults to <literal>180</literal>.
|
||||
nocache limiter. Defaults to <literal>180</literal>. See also
|
||||
<function>session_cache_expire</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue