php3-list | 199901
Date: 01/14/99
- Next message: jwb19 <email protected>: "Re: [PHP3] Cookies and Y2K"
- Previous message: PHP: "[PHP3] FW: *PHP3 -> MSSQL"
- In reply to: Chad Cunningham: "[PHP3] Cookies and Y2K"
- Next in thread: Chad Cunningham: "Re: [PHP3] Cookies and Y2K"
- Reply: Chad Cunningham: "Re: [PHP3] Cookies and Y2K"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I read somewhere that browsers won't allow a cookies to be set with a
> date later than year 2000. Anyone know if this is true? As I use PHPLIB
> which sets a lot of cookies, this could be an annoying problem.
Not true. The original cookie standard used a 2-digit date, but that
doesn't mean that a cookie with "02" in the year field gets confused. It
will interpret that as 2002. See http://www.php.net/y2k.php3
-Rasmus
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev <email protected>
- Next message: jwb19 <email protected>: "Re: [PHP3] Cookies and Y2K"
- Previous message: PHP: "[PHP3] FW: *PHP3 -> MSSQL"
- In reply to: Chad Cunningham: "[PHP3] Cookies and Y2K"
- Next in thread: Chad Cunningham: "Re: [PHP3] Cookies and Y2K"
- Reply: Chad Cunningham: "Re: [PHP3] Cookies and Y2K"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

