diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-02 11:49:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-02 11:49:15 +0000 |
commit | f71c8c7d84774507df820a2089c90d20029190f1 (patch) | |
tree | 4906a2d097d7835f61022744ec1b3fe64f82ee99 /tests/data/test46 | |
parent | d32f1390b39fcc0d5bf341efb3aabafb76c9f663 (diff) |
fix leftover updating cookie expiration date
Diffstat (limited to 'tests/data/test46')
-rw-r--r-- | tests/data/test46 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test46 b/tests/data/test46 index 325f57a7b..0ef4b5e47 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-Jan-2038 11:56:27 GMT; path=/ +Set-Cookie: ckyPersistent=permanent; expires=Tue, 01-Feb-2038 11:56:27 GMT; path=/ Set-Cookie: ckySession=temporary; path=/ Set-Cookie: ASPSESSIONIDQGGQQSJJ=GKNBDIFAAOFDPDAIEAKDIBKE; path=/ Set-Cookie: justaname=; path=/; |