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.