bjori Thu May 31 18:43:03 2007 UTC
Modified files:
/phpdoc/en/reference/session ini.xml
Log:
Reword and make the explaination a note (thanks Alex Songe!)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/session/ini.xml?r1=1.46&r2=1.47&diff_format=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.46
phpdoc/en/reference/session/ini.xml:1.47
--- phpdoc/en/reference/session/ini.xml:1.46 Thu Jan 18 16:40:54 2007
+++ phpdoc/en/reference/session/ini.xml Thu May 31 18:43:03 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.46 $ -->
+<!-- $Revision: 1.47 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -455,10 +455,13 @@
<literal>0</literal>. See also
<function>session_get_cookie_params</function> and
<function>session_set_cookie_params</function>.
- Since the cookie is returned by the browser, it is not prolonged to
- suffice the lifetime. It must be sent manually by
- <function>setcookie</function>.
</simpara>
+ <note>
+ <para>
+ The expiration timestamp is set relative to the server time, which is
+ not necessarily the same as the time in the client's browser.
+ </para>
+ </note>
</listitem>
</varlistentry>