From 9389631ea5b549ec6bbabd67c024ab7faf362e53 Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Sun, 2 Jan 2005 14:41:45 +0000 Subject: [PATCH] integrated a couple of notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176297 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/setcookie.xml | 28 ++++++++++++-------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/reference/http/functions/setcookie.xml b/reference/http/functions/setcookie.xml index 5fc924cc99..b14b92b190 100644 --- a/reference/http/functions/setcookie.xml +++ b/reference/http/functions/setcookie.xml @@ -1,5 +1,5 @@ - + @@ -314,20 +314,18 @@ one : cookieone - For more information on cookies, see Netscape's cookie - specification at &spec.cookies; and - RFC 2965. - - - You may notice the expire parameter takes on a - Unix timestamp, as opposed to the date format Wdy, DD-Mon-YYYY - 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. + The following RFC's may also be useful: + RFC 2109 and + RFC 2695 + + You may notice the expire parameter takes on a + Unix timestamp, as opposed to the date format Wdy, DD-Mon-YYYY + 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.