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/test61 | |
parent | d2dd3d7e16fcebdb34d41c944c5a5aef0d0d8bcf (diff) |
cookie expiration time got us with pants at our knees.
Next time in 2038 :-)
Diffstat (limited to 'tests/data/test61')
-rw-r--r-- | tests/data/test61 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test61 b/tests/data/test61 index 5ccd7724d..2dde9b894 100644 --- a/tests/data/test61 +++ b/tests/data/test61 @@ -16,8 +16,8 @@ Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes
-Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2007
-Set-Cookie: test2=yes; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2007
+Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
+Set-Cookie: test2=yes; domain=host.foo.com; expires=Tue Feb 1 11:56:27 GMT 2038
Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
|