diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-05 02:38:25 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-05 02:38:25 +0000 |
commit | 9b6474378a4cc5574206e9586ad001200b1205f8 (patch) | |
tree | d496ac85fd3ac55eb96d9b4ac8dfc938dc8642d7 /tests/data/test46 | |
parent | 5446ed47339fc0a44b88c2d0353c897b71444bd2 (diff) |
Year 2038 has its own problems (32 bit integer overflow).
So cookie expiration date is lowered to expire at most in 2035.
Diffstat (limited to 'tests/data/test46')
-rw-r--r-- | tests/data/test46 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |