From 9b6474378a4cc5574206e9586ad001200b1205f8 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 5 Feb 2007 02:38:25 +0000 Subject: Year 2038 has its own problems (32 bit integer overflow). So cookie expiration date is lowered to expire at most in 2035. --- tests/data/test46 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test46') diff --git a/tests/data/test46 b/tests/data/test46 index 0ef4b5e47..de60f7cc7 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -14,7 +14,7 @@ HTTP/1.1 200 OK Server: Microsoft-IIS/4.0 Date: Tue, 25 Sep 2001 19:37:44 GMT Content-Type: text/html -Set-Cookie: ckyPersistent=permanent; expires=Tue, 01-Feb-2038 11:56:27 GMT; path=/ +Set-Cookie: ckyPersistent=permanent; expires=Fri, 02-Feb-2035 11:56:27 GMT; path=/ Set-Cookie: ckySession=temporary; path=/ Set-Cookie: ASPSESSIONIDQGGQQSJJ=GKNBDIFAAOFDPDAIEAKDIBKE; path=/ Set-Cookie: justaname=; path=/; @@ -70,7 +70,7 @@ www.fake.come FALSE / FALSE 1022144953 cookiecliente si www.loser.com FALSE / FALSE 1139150993 UID 99 127.0.0.1 FALSE / FALSE 1439150993 mooo indeed 127.0.0.1 FALSE / FALSE 0 empty -127.0.0.1 FALSE / FALSE 2147483647 ckyPersistent permanent +127.0.0.1 FALSE / FALSE 2054030187 ckyPersistent permanent 127.0.0.1 FALSE / FALSE 0 ckySession temporary 127.0.0.1 FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE 127.0.0.1 FALSE / FALSE 0 justaname -- cgit v1.2.3