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/test31 | |
parent | d2dd3d7e16fcebdb34d41c944c5a5aef0d0d8bcf (diff) |
cookie expiration time got us with pants at our knees.
Next time in 2038 :-)
Diffstat (limited to 'tests/data/test31')
-rw-r--r-- | tests/data/test31 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test31 b/tests/data/test31 index a9aec7722..dbad88a27 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -22,10 +22,10 @@ Set-Cookie: partmatch=present; domain=127.0.0.1 ; path=/; Set-Cookie:eat=this; domain=moo.foo.moo;
Set-Cookie: eat=this-too; domain=.foo.moo;
Set-Cookie: nodomainnovalue
-Set-Cookie: nodomain=value; expires=Tue Feb 1 11:56:27 GMT 2014
+Set-Cookie: nodomain=value; expires=Tue Feb 1 11:56:27 GMT 2038
Set-Cookie: novalue; domain=reallysilly
-Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2007
-Set-Cookie: test2=yes; domain=se; 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=se; expires=Tue Feb 1 11:56:27 GMT 2038
boo </data> |