mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
[session-set-cookie-params] added missing reference and clarified behaviour of this function against runtime ini values.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323446 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
527b18d15f
commit
a6b1660ffb
1 changed files with 8 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<refname>session_set_cookie_params</refname>
|
||||
<refpurpose>Set the session cookie parameters</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
|
@ -22,6 +22,10 @@
|
|||
call <function>session_set_cookie_params</function> for every request and
|
||||
before <function>session_start</function> is called.
|
||||
</para>
|
||||
<para>
|
||||
Note the values used in this function will also update the runtime values
|
||||
of the corresponding ini values which you can also retrieve with <function>ini_get</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -124,6 +128,9 @@
|
|||
<member>
|
||||
<link linkend="ini.session.cookie-lifetime">session.cookie_lifetime</link>
|
||||
</member>
|
||||
<member>
|
||||
<link linkend="ini.session.cookie-path">session.cookie_path</link>
|
||||
</member>
|
||||
<member>
|
||||
<link linkend="ini.session.cookie-domain">session.cookie_domain</link>
|
||||
</member>
|
||||
|
|
Loading…
Reference in a new issue