From 641e605a041b517e74a89ee6abc476dbadcc2da3 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 26 Jul 2004 21:31:36 +0000 Subject: [PATCH] Expire is compared to client's time git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164375 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/setcookie.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/http/functions/setcookie.xml b/reference/http/functions/setcookie.xml index 413b61719e..bde2a070ea 100644 --- a/reference/http/functions/setcookie.xml +++ b/reference/http/functions/setcookie.xml @@ -1,5 +1,5 @@ - + @@ -318,6 +318,10 @@ one : cookieone HH:MM:SS GMT, this is because PHP does this conversion internally. + + expire is compared to the client's time which can + differ from server's time. +