diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-02 00:10:40 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-02 00:10:40 +0000 |
commit | d60848d04bf1290f60d2d80105c79d8492d63ce8 (patch) | |
tree | 452d2f1e0c7fba7311709a610c1d7f0a0e0a5be2 /tests/data/test46 | |
parent | d2dd3d7e16fcebdb34d41c944c5a5aef0d0d8bcf (diff) |
cookie expiration time got us with pants at our knees.
Next time in 2038 :-)
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 563ba0735..f2a642db8 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-2010 05:00:00 GMT; path=/ +Set-Cookie: ckyPersistent=permanent; expires=Tue, 01-Jan-2038 05:00:00 GMT; path=/ Set-Cookie: ckySession=temporary; path=/ Set-Cookie: ASPSESSIONIDQGGQQSJJ=GKNBDIFAAOFDPDAIEAKDIBKE; path=/ Set-Cookie: justaname=; path=/; |