diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-26 13:38:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-26 13:38:12 +0000 |
commit | e6a65bb3efd40f555c565bffb9fc61e6721d2452 (patch) | |
tree | 5103a0a331120d30c7697f0086ed3ba0de550a99 /tests/data/test46 | |
parent | ff291eee48da3c6fbf341f42d8662ac107fc679d (diff) | |
download | curl-e6a65bb3efd40f555c565bffb9fc61e6721d2452.tar.gz |
modified cookie expire date
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 2b06de907..9c5eade45 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -5,7 +5,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-2002 05:00:00 GMT; path=/ +Set-Cookie: ckyPersistent=permanent; expires=Tue, 01-Jan-2010 05:00:00 GMT; path=/ Set-Cookie: ckySession=temporary; path=/ Set-Cookie: ASPSESSIONIDQGGQQSJJ=GKNBDIFAAOFDPDAIEAKDIBKE; path=/ Cache-control: private @@ -55,7 +55,7 @@ Cookie: mooo=indeed www.fake.come FALSE / FALSE 1022144953 cookiecliente si www.loser.com FALSE / FALSE 1139150993 UID 99 127.0.0.1 FALSE / FALSE 1139150993 mooo indeed -127.0.0.1 FALSE / FALSE 1009861200 ckyPersistent permanent +127.0.0.1 FALSE / FALSE 1014678000 ckyPersistent permanent 127.0.0.1 FALSE / FALSE 0 ckySession temporary 127.0.0.1 FALSE / FALSE 0 ASPSESSIONIDQGGQQSJJ GKNBDIFAAOFDPDAIEAKDIBKE </file> |